SpringBoot打jar包遇到的xml文件丢失的解决方案
目录
- SpringBoot打jar包遇到的xml文件丢失
- 在pom.xml的build标签中添加如下内容
- SpringBoot打jar包遇到的一些问题
- 1.访问不到jsp页面
- 1.1 jar包中没有jsp文件,报404错误
- 1.2 还是访问不到页面,但不报错,一直在加载
- 1.3 此时若还报错
SpringBoot打jar包遇到的xml文件丢失
在pom.xml的build标签中添加如下内容
指定资源路径
文章图片
src/main/java **/*.xml true src/main/resources **/*.*
【SpringBoot打jar包遇到的xml文件丢失的解决方案】
SpringBoot打jar包遇到的一些问题
1.访问不到jsp页面
1.1 jar包中没有jsp文件,报404错误 原因:没有添加jsp打包路径
解决方案:在pom.xml中添加如下代码
src/main/resources **/** false src/main/java **/*.java src/main/webapp META-INF/resources **/**
1.2 还是访问不到页面,但不报错,一直在加载 原因:maven编译版本问题
解决方案:将版本改为1.4.2.RELEASE(目前只有这个版本打jar包才能解析jsp)
1.3 此时若还报错
Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:1.4.2.RELEASE:repackage (default) on project fulan-demo: Execution default of goal org.springframework.boot:spring-boot-maven-plugin:1.4.2.RELEASE:repackage failed: Unable to find a single main class from the following candidates原因:没有指定启动类的位置
解决方案:在pol.xml中指定启动类
com.xxx.xxx.xxxApplication
以上为个人经验,希望能给大家一个参考,也希望大家多多支持脚本之家。
推荐阅读
- 遇到一哭二闹三打滚的孩子,怎么办┃山伯教育
- Ⅴ爱阅读,亲子互动——打卡第178天
- 我错了,余生不再打扰
- Activiti(一)SpringBoot2集成Activiti6
- 2018-3-24
- 日志打卡
- 以读攻“毒”唤新活动曹彦斌打卡第二天
- SpringBoot调用公共模块的自定义注解失效的解决
- 解决SpringBoot引用别的模块无法注入的问题
- 如何在Mac中的文件选择框中打开系统隐藏文件夹