Pre Merge pull request !585 from CY木叶/springboot2

This commit is contained in:
CY木叶 2026-06-10 03:47:37 +00:00 committed by Gitee
commit d2cbfe9f32
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 2 deletions

View File

@ -17,7 +17,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
<spring-boot.version>2.5.15</spring-boot.version>
<spring-boot.version>2.7.18</spring-boot.version>
<shiro.version>1.13.0</shiro.version>
<thymeleaf.extras.shiro.version>2.1.0</thymeleaf.extras.shiro.version>
<druid.version>1.2.28</druid.version>

View File

@ -67,7 +67,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.5.15</version>
<version>${spring-boot.version}</version>
<configuration>
<fork>true</fork>
</configuration>

View File

@ -67,6 +67,10 @@ spring:
max-file-size: 10MB
# 设置总上传的文件大小
max-request-size: 20MB
mvc:
# 解决 Springfox 与 Spring Boot 2.7.x 的兼容性问题
pathmatch:
matching-strategy: ant_path_matcher
# MyBatis
mybatis: