mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 02:08:43 +08:00 
			
		
		
		
	update: springboot 2.7.8
This commit is contained in:
		| @@ -206,7 +206,7 @@ ps:核心功能已经实现,正在对接微信小程序中... | |||||||
|  |  | ||||||
| | 框架                                                                                          | 说明               | 版本          | 学习指南                                                           | | | 框架                                                                                          | 说明               | 版本          | 学习指南                                                           | | ||||||
| |---------------------------------------------------------------------------------------------|------------------|-------------|----------------------------------------------------------------| | |---------------------------------------------------------------------------------------------|------------------|-------------|----------------------------------------------------------------| | ||||||
| | [Spring Boot](https://spring.io/projects/spring-boot)                                       | 应用开发框架           | 2.7.7       | [文档](https://github.com/YunaiV/SpringBoot-Labs)                | | | [Spring Boot](https://spring.io/projects/spring-boot)                                       | 应用开发框架           | 2.7.8       | [文档](https://github.com/YunaiV/SpringBoot-Labs)                | | ||||||
| | [MySQL](https://www.mysql.com/cn/)                                                          | 数据库服务器           | 5.7 / 8.0+  |                                                                | | | [MySQL](https://www.mysql.com/cn/)                                                          | 数据库服务器           | 5.7 / 8.0+  |                                                                | | ||||||
| | [Druid](https://github.com/alibaba/druid)                                                   | JDBC 连接池、监控组件    | 1.2.15      | [文档](http://www.iocoder.cn/Spring-Boot/datasource-pool/?yudao) | | | [Druid](https://github.com/alibaba/druid)                                                   | JDBC 连接池、监控组件    | 1.2.15      | [文档](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)         | | | [MyBatis Plus](https://mp.baomidou.com/)                                                    | MyBatis 增强工具包    | 3.5.3.1     | [文档](http://www.iocoder.cn/Spring-Boot/MyBatis/?yudao)         | | ||||||
|   | |||||||
| @@ -16,7 +16,7 @@ | |||||||
|     <properties> |     <properties> | ||||||
|         <revision>1.6.6-snapshot</revision> |         <revision>1.6.6-snapshot</revision> | ||||||
|         <!-- 统一依赖管理 --> |         <!-- 统一依赖管理 --> | ||||||
|         <spring.boot.version>2.7.7</spring.boot.version> |         <spring.boot.version>2.7.8</spring.boot.version> | ||||||
|         <!-- Web 相关 --> |         <!-- Web 相关 --> | ||||||
|         <knife4j.version>4.0.0</knife4j.version> |         <knife4j.version>4.0.0</knife4j.version> | ||||||
|         <swagger-annotations.version>1.6.8</swagger-annotations.version> |         <swagger-annotations.version>1.6.8</swagger-annotations.version> | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
|         <maven.compiler.target>8</maven.compiler.target> |         <maven.compiler.target>8</maven.compiler.target> | ||||||
|         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||||||
|         <!-- 统一依赖管理 --> |         <!-- 统一依赖管理 --> | ||||||
|         <spring.boot.version>2.7.7</spring.boot.version> |         <spring.boot.version>2.7.8</spring.boot.version> | ||||||
|     </properties> |     </properties> | ||||||
|  |  | ||||||
|     <dependencyManagement> |     <dependencyManagement> | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
|         <maven.compiler.target>8</maven.compiler.target> |         <maven.compiler.target>8</maven.compiler.target> | ||||||
|         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||||||
|         <!-- 统一依赖管理 --> |         <!-- 统一依赖管理 --> | ||||||
|         <spring.boot.version>2.7.7</spring.boot.version> |         <spring.boot.version>2.7.8</spring.boot.version> | ||||||
|     </properties> |     </properties> | ||||||
|  |  | ||||||
|     <dependencyManagement> |     <dependencyManagement> | ||||||
|   | |||||||
| @@ -112,7 +112,7 @@ | |||||||
|             <plugin> |             <plugin> | ||||||
|                 <groupId>org.springframework.boot</groupId> |                 <groupId>org.springframework.boot</groupId> | ||||||
|                 <artifactId>spring-boot-maven-plugin</artifactId> |                 <artifactId>spring-boot-maven-plugin</artifactId> | ||||||
|                 <version>2.7.7</version> <!-- 如果 spring.boot.version 版本修改,则这里也要跟着修改 --> |                 <version>2.7.8</version> <!-- 如果 spring.boot.version 版本修改,则这里也要跟着修改 --> | ||||||
|                 <configuration> |                 <configuration> | ||||||
|                     <fork>true</fork> |                     <fork>true</fork> | ||||||
|                 </configuration> |                 </configuration> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 xingyu
					xingyu