码迷,mamicode.com
首页 > 编程语言 > 详细

Springboot打包war

时间:2018-03-27 14:41:39      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:enc   depend   ann   ica   init   重写   figure   .class   return   

pom:

1.<packaging>war</packaging>

2.<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> <scope>provided</scope> </dependency>

Application:

从SpringBootServletInitializer派生

重写configure方法:

return application.sources(xxxApplication.class);

Springboot打包war

标签:enc   depend   ann   ica   init   重写   figure   .class   return   

原文地址:https://www.cnblogs.com/punkrocker/p/8656820.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!