This chapter consolidates what you have learned so far into a complete example. The primary focus of this chapter is to present the code; we have already discussed all the concepts and portions of the code in prior chapters.
conf/application.conf
# This is the main configuration file for the application.
# https://www.playframework.com/documentation/latest/ConfigFile
# Default database configuration
play.modules.enabled += "modules.FirstModule"
play.http.filters=config.FilterConfig
play.http.errorHandler = "config.CustomErrorHandler"
db {
default.driver = ...