2 | | * applicationConfigs which are not likely to be changed in production are on the classpath |
3 | | * applicationConfigs which are likely to be changed in production are in the WEB-INF |
| 2 | * (1) applicationConfigs which are not likely to be changed in production are on the classpath |
| 3 | * (2) applicationConfigs which are likely to be changed in production are in the WEB-INF |
| 4 | |
| 5 | In the web.xml there is referred to as |
| 6 | * (1) classpath:/applicationContext-persistence.xml |
| 7 | * (2) /WEB-INF/applicationContext.xml |
| 8 | |
| 9 | |