webapp
webapp copied to clipboard
Use different ResourceBundle caching setting per environment
See applicationContext.xml
. Create usage of a variable in the value of the cacheSeconds
property, with a different value per environment:
- [ ] DEV
- [ ] TEST
- [ ] PROD
The variable can be set in config.properties
.