博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
spring boot webapp 部署可执行jar包
阅读量:5831 次
发布时间:2019-06-18

本文共 4917 字,大约阅读时间需要 16 分钟。

  hot3.png

概述:springboot 在eclipse中使用内嵌服务容器启动,仅需run 启动主函数main来加载配置文件和容器初始化

问题:怎样部署springboot为可执行jar

springboot 使用内嵌容器来提供服务,但是当我使用maven 打可执行jar时,其无法将静态文件(html/jsp)一并打入可执行文件

解决:使用maven resource将静态文件包含在内(注意:targetPath

4.0.0
lhc.application.mes
spring-application-webapp-boot
jar
0.0.1-SNAPSHOT
spring-application-webapp-boot Maven Webapp
org.springframework.boot
spring-boot-starter-parent
1.3.2.RELEASE
${basedir}/../..
/
1.8
7.0.52
org.springframework.boot
spring-boot-starter-data-jpa
org.springframework.boot
spring-boot-starter-web
org.springframework.boot
spring-boot-starter-tomcat
provided
org.apache.tomcat.embed
tomcat-embed-jasper
compile
org.springframework.boot
spring-boot-loader
org.eclipse.jdt.core.compiler
ecj
4.5.1
runtime
com.atomikos
transactions-hibernate3
3.7.0
com.atomikos
transactions
3.7.0
com.atomikos
transactions-api
3.7.0
com.atomikos
transactions-jdbc
3.7.0
com.atomikos
transactions-jta
3.7.0
org.hibernate
hibernate-validator
5.0.2.Final
org.springframework.boot
spring-boot-starter-test
test
taglibs
standard
1.1.2
commons-dbcp
commons-dbcp
1.4
commons-collections
commons-collections
3.1
commons-pool
commons-pool
1.6
org.hibernate.javax.persistence
hibernate-jpa-2.1-api
1.0.0.Final
org.springframework.security
spring-security-core
3.2.0.RELEASE
com.alibaba
fastjson
1.2.7
org.hibernate
hibernate-core
jstl
jstl
1.1.2
${basedir}/src/main/webapp
META-INF/resources
**/**
${basedir}/src/main/resources
**/**
org.springframework.boot
spring-boot-maven-plugin
org.apache.tomcat.maven
tomcat7-maven-plugin
2.2
org.apache.maven.plugins
maven-surefire-plugin
false
spring-application-webapp-boot

 

转载于:https://my.oschina.net/hcliu/blog/677251

你可能感兴趣的文章
java反序列化 - Transformer类可以执行恶意代码的原理
查看>>
三剑客sed、awk
查看>>
SQL server清除错误日志的方法
查看>>
centos forever node 开机自启动
查看>>
web自动化爬虫selenium centos 无GUI环境配置
查看>>
马哥linux作业--第五周
查看>>
分布式光纤振动监测系统DAS
查看>>
day14 事务&连接池
查看>>
escape,encodeURI,encodeURIComponent
查看>>
我的友情链接
查看>>
linux运维实用的42个常用命令总结
查看>>
我的友情链接
查看>>
PHP中DIRECTORY_SEPARATOR的作用
查看>>
HTML特殊转义字符列表
查看>>
VS2010 添加WebService
查看>>
SublimeText2 快捷键一览表
查看>>
在 Docker 中使用 flannel - 每天5分钟玩转 Docker 容器技术(60)
查看>>
mpeg格式解析
查看>>
查寻Android应用界面所对应的activity名称
查看>>
自动化运维集中式管理工具saltstack的基于各个平台的部署
查看>>