Closed inghamn closed 5 years ago
AppConf.java has hard coded the path to db.properties and application.properties. The path to these files must be passed in through the context; otherwise, we cannot do multiple deployments for production, test, etc.
It would be best to unify all these properties into a single configuration file for the whole application.
AppConf.java has hard coded the path to db.properties and application.properties. The path to these files must be passed in through the context; otherwise, we cannot do multiple deployments for production, test, etc.