摘要: 1.打包为Jar 配置操作为clean compile package -Dmaven.test.skip=true debug 操作 在target目录下 2.打包为war包 2.1 pom修改 添加packaging <groupId>org.example</groupId> <artifac 阅读全文
posted @ 2022-10-24 19:59 lwx_R 阅读(51) 评论(0) 推荐(0)
摘要: 1.在ResourceProperties类下 private static final String[] CLASSPATH_RESOURCE_LOCATIONS = new String[]{"classpath:/META-INF/resources/", "classpath:/resour 阅读全文
posted @ 2022-10-24 18:51 lwx_R 阅读(21) 评论(0) 推荐(0)