升级spring boot版本

This commit is contained in:
wkeyuan 2022-06-16 21:17:36 +08:00
parent 2ae6a053a8
commit 62784cdd28
4 changed files with 17 additions and 2 deletions

View File

@ -5,12 +5,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.4</version>
<version>2.6.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>net.diaowen</groupId>
<artifactId>dwsurvey-oss-vue</artifactId>
<version>v.5.2.6-Beta</version>
<version>v.5.3.0-Beta</version>
<packaging>jar</packaging>
<name>dwsurvey</name>
<description>DWSurvey project for Spring Boot</description>

View File

@ -108,6 +108,11 @@ spring:
cache:
use_second_level_cache: false
use_query_cache: false
main:
allow-circular-references: true
mvc:
pathmatch:
matching-strategy: ant_path_matcher
# 日志配置
logging:
# 日志级别,具体大家可以根据实际情况来调整

View File

@ -86,6 +86,11 @@ spring:
cache:
use_second_level_cache: false
use_query_cache: false
main:
allow-circular-references: true
mvc:
pathmatch:
matching-strategy: ant_path_matcher
logging:
level:
net:

View File

@ -86,6 +86,11 @@ spring:
cache:
use_second_level_cache: false
use_query_cache: false
main:
allow-circular-references: true
mvc:
pathmatch:
matching-strategy: ant_path_matcher
logging:
level:
net: