Which Maven source directory should contain application.xml? - src/main/config or src/main/resources
Which Maven source directory should contain application.xml
? 开发者_JAVA百科- src/main/config
or src/main/resources
This should be in the resources
directory. Maven will copy everything is that directory to the target/classes
directory which is probably what you want.
精彩评论