mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-28 16:58:43 +08:00 
			
		
		
		
	chore: up springboot 2.7.11
This commit is contained in:
		| @@ -249,7 +249,7 @@ ps:核心功能已经实现,正在对接微信小程序中... | ||||
|  | ||||
| | 框架                                                                                          | 说明               | 版本          | 学习指南                                                           | | ||||
| |---------------------------------------------------------------------------------------------|------------------|-------------|----------------------------------------------------------------| | ||||
| | [Spring Boot](https://spring.io/projects/spring-boot)                                       | 应用开发框架           | 2.7.10      | [文档](https://github.com/YunaiV/SpringBoot-Labs)                | | ||||
| | [Spring Boot](https://spring.io/projects/spring-boot)                                       | 应用开发框架           | 2.7.11      | [文档](https://github.com/YunaiV/SpringBoot-Labs)                | | ||||
| | [MySQL](https://www.mysql.com/cn/)                                                          | 数据库服务器           | 5.7 / 8.0+  |                                                                | | ||||
| | [Druid](https://github.com/alibaba/druid)                                                   | JDBC 连接池、监控组件    | 1.2.16      | [文档](http://www.iocoder.cn/Spring-Boot/datasource-pool/?yudao) | | ||||
| | [MyBatis Plus](https://mp.baomidou.com/)                                                    | MyBatis 增强工具包    | 3.5.3.1     | [文档](http://www.iocoder.cn/Spring-Boot/MyBatis/?yudao)         | | ||||
|   | ||||
							
								
								
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							| @@ -39,8 +39,8 @@ | ||||
|         <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> | ||||
|         <!-- 看看咋放到 bom 里 --> | ||||
|         <lombok.version>1.18.26</lombok.version> | ||||
|         <spring.boot.version>2.7.10</spring.boot.version> | ||||
|         <mapstruct.version>1.5.3.Final</mapstruct.version> | ||||
|         <spring.boot.version>2.7.11</spring.boot.version> | ||||
|         <mapstruct.version>1.5.5.Final</mapstruct.version> | ||||
|         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||||
|     </properties> | ||||
|  | ||||
|   | ||||
| @@ -16,7 +16,7 @@ | ||||
|     <properties> | ||||
|         <revision>1.7.2-snapshot</revision> | ||||
|         <!-- 统一依赖管理 --> | ||||
|         <spring.boot.version>2.7.10</spring.boot.version> | ||||
|         <spring.boot.version>2.7.11</spring.boot.version> | ||||
|         <!-- Web 相关 --> | ||||
|         <springdoc.version>1.6.15</springdoc.version> | ||||
|         <knife4j.version>4.1.0</knife4j.version> | ||||
|   | ||||
| @@ -21,7 +21,7 @@ | ||||
|         <maven.compiler.target>8</maven.compiler.target> | ||||
|         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||||
|         <!-- 统一依赖管理 --> | ||||
|         <spring.boot.version>2.7.10</spring.boot.version> | ||||
|         <spring.boot.version>2.7.11</spring.boot.version> | ||||
|     </properties> | ||||
|  | ||||
|     <dependencyManagement> | ||||
|   | ||||
| @@ -21,7 +21,7 @@ | ||||
|         <maven.compiler.target>8</maven.compiler.target> | ||||
|         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||||
|         <!-- 统一依赖管理 --> | ||||
|         <spring.boot.version>2.7.10</spring.boot.version> | ||||
|         <spring.boot.version>2.7.11</spring.boot.version> | ||||
|     </properties> | ||||
|  | ||||
|     <dependencyManagement> | ||||
|   | ||||
| @@ -111,7 +111,7 @@ | ||||
|             <plugin> | ||||
|                 <groupId>org.springframework.boot</groupId> | ||||
|                 <artifactId>spring-boot-maven-plugin</artifactId> | ||||
|                 <version>2.7.10</version> <!-- 如果 spring.boot.version 版本修改,则这里也要跟着修改 --> | ||||
|                 <version>2.7.11</version> <!-- 如果 spring.boot.version 版本修改,则这里也要跟着修改 --> | ||||
|                 <configuration> | ||||
|                     <fork>true</fork> | ||||
|                 </configuration> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 xingyu
					xingyu