开发者

Which Maven source directory should contain application.xml? - src/main/config or src/main/resources

开发者 https://www.devze.com 2023-03-29 16:21 出处:网络
Which Maven source directory should contain application.xml? 开发者_JAVA百科- src/main/config or src/main/resourcesThis should be in the resources directory. Maven will copy everything is that directo

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消