本文共 1330 字,大约阅读时间需要 4 分钟。
请首先保证你的项目能正常运行(即不打包的时候运行无误),我们在打包时经常遇到如下问题:
springboot打包成jar包后找不到xml,找不到主类
请将build文件更换为如下的文件:
test src/main/resources **/*.properties **/*.yml **/*.xml **/*.tld false src/main/java **/*.properties **/*.yml **/*.xml **/*.tld false org.springframework.boot spring-boot-maven-plugin
转载地址:http://xpbua.baihongyu.com/