October 2018
Intermediate to advanced
590 pages
15h 5m
English
For staging and production environments, we will add application-staging.properties and application-production.properties to src/main/resources to provide configurations that are suitable for these environments. For example, you might want to, by default, set the log level of the application to be "debug" in the staging environment, and set it to be "info" in the production environment.
When we deploy our application to these environments, we will put it in /opt/taskagile directory. We will also add /opt/taskagile/config/application-staging.properties in the staging environment and /opt/taskagile/config/application-production.properties in the production environment. The purpose of these two .properties ...
Read now
Unlock full access