去掉devtools模块,合并到core模块。
This commit is contained in:
Binary file not shown.
@@ -71,10 +71,6 @@ spring:
|
|||||||
main:
|
main:
|
||||||
bannerMode: "off"
|
bannerMode: "off"
|
||||||
|
|
||||||
# 日志配置
|
|
||||||
logging:
|
|
||||||
config: classpath:config/logback-spring.xml
|
|
||||||
|
|
||||||
#======================================#
|
#======================================#
|
||||||
#========== System settings ===========#
|
#========== System settings ===========#
|
||||||
#======================================#
|
#======================================#
|
||||||
@@ -452,6 +448,10 @@ error:
|
|||||||
page:
|
page:
|
||||||
printErrorInfo: true
|
printErrorInfo: true
|
||||||
|
|
||||||
|
# 日志配置
|
||||||
|
logging:
|
||||||
|
config: classpath:config/logback-spring.xml
|
||||||
|
|
||||||
#======================================#
|
#======================================#
|
||||||
#======== FileUpload settings =========#
|
#======== FileUpload settings =========#
|
||||||
#======================================#
|
#======================================#
|
||||||
|
|||||||
16
web/pom.xml
16
web/pom.xml
@@ -13,7 +13,7 @@
|
|||||||
<artifactId>jeesite-web</artifactId>
|
<artifactId>jeesite-web</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<name>JeeSite Boot</name>
|
<name>JeeSite Web</name>
|
||||||
<url>http://jeesite.com</url>
|
<url>http://jeesite.com</url>
|
||||||
<inceptionYear>2013-Now</inceptionYear>
|
<inceptionYear>2013-Now</inceptionYear>
|
||||||
|
|
||||||
@@ -30,13 +30,6 @@
|
|||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<!-- Spring Boot -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.springframework.boot</groupId>
|
|
||||||
<artifactId>spring-boot-starter-tomcat</artifactId>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!-- 核心模块 -->
|
<!-- 核心模块 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.jeesite</groupId>
|
<groupId>com.jeesite</groupId>
|
||||||
@@ -51,6 +44,13 @@
|
|||||||
<version>${project.parent.version}</version>
|
<version>${project.parent.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- Spring Boot -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
<artifactId>spring-boot-starter-tomcat</artifactId>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- 自定义jar依赖包演示
|
<!-- 自定义jar依赖包演示
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.jeesite</groupId>
|
<groupId>com.jeesite</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user