Commit 9cf9a22d by huluobin

update

parent 61772ac5
...@@ -140,19 +140,19 @@ ...@@ -140,19 +140,19 @@
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
<exclusions> <!-- <exclusions>-->
<exclusion> <!-- <exclusion>-->
<groupId>org.springframework.boot</groupId> <!-- <groupId>org.springframework.boot</groupId>-->
<artifactId>spring-boot-starter-tomcat</artifactId> <!-- <artifactId>spring-boot-starter-tomcat</artifactId>-->
</exclusion> <!-- </exclusion>-->
</exclusions> <!-- </exclusions>-->
</dependency> </dependency>
<!--undertow servlet 容器--> <!-- &lt;!&ndash;undertow servlet 容器&ndash;&gt;-->
<dependency> <!-- <dependency>-->
<groupId>org.springframework.boot</groupId> <!-- <groupId>org.springframework.boot</groupId>-->
<artifactId>spring-boot-starter-undertow</artifactId> <!-- <artifactId>spring-boot-starter-undertow</artifactId>-->
</dependency> <!-- </dependency>-->
<!--mp 增加Mybatis--> <!--mp 增加Mybatis-->
<dependency> <dependency>
......
...@@ -22,6 +22,13 @@ spring: ...@@ -22,6 +22,13 @@ spring:
jackson: jackson:
date-format: yyyy-MM-dd HH:mm:ss date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8 time-zone: GMT+8
http:
encoding:
charset: utf-8
force: true
enabled: true
#mybatis plus 配置 #mybatis plus 配置
mybatis-plus: mybatis-plus:
...@@ -81,3 +88,4 @@ server: ...@@ -81,3 +88,4 @@ server:
threads: threads:
worker: 1000 worker: 1000
io: 6 io: 6
url-charset: UTF-8
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment