Erik Drolshammer wrote:
Hi!
What is the difference between src/main/config and src/main/resources?
Anything you want to be included in the classpath of your application
should go in src/main/resources. Other config files that are not needed
at runtime by your application (eg checkstyle*.xml
Hi!
What is the difference between src/main/config and src/main/resources?
Which files should go where? Would it be possible to provide som
concrete examples?
Currently my config-folder is empty and resources contain:
custom hibernate-mappingfiles
acegi*.xml
applicationContext*.xml