mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-11-04 08:06:12 +08:00 
			
		
		
		
	【升级】mapstruct from 1.6.2 to 1.6.3
This commit is contained in:
		@ -301,7 +301,7 @@
 | 
				
			|||||||
| [SkyWalking](https://skywalking.apache.org/)                                                | 分布式应用追踪系统        | 8.12.0         | [文档](http://www.iocoder.cn/Spring-Boot/SkyWalking/?yudao)      |
 | 
					| [SkyWalking](https://skywalking.apache.org/)                                                | 分布式应用追踪系统        | 8.12.0         | [文档](http://www.iocoder.cn/Spring-Boot/SkyWalking/?yudao)      |
 | 
				
			||||||
| [Spring Boot Admin](https://github.com/codecentric/spring-boot-admin)                       | Spring Boot 监控平台 | 2.7.10         | [文档](http://www.iocoder.cn/Spring-Boot/Admin/?yudao)           |
 | 
					| [Spring Boot Admin](https://github.com/codecentric/spring-boot-admin)                       | Spring Boot 监控平台 | 2.7.10         | [文档](http://www.iocoder.cn/Spring-Boot/Admin/?yudao)           |
 | 
				
			||||||
| [Jackson](https://github.com/FasterXML/jackson)                                             | JSON 工具库         | 2.13.5         |                                                                |
 | 
					| [Jackson](https://github.com/FasterXML/jackson)                                             | JSON 工具库         | 2.13.5         |                                                                |
 | 
				
			||||||
| [MapStruct](https://mapstruct.org/)                                                         | Java Bean 转换     | 1.6.2          | [文档](http://www.iocoder.cn/Spring-Boot/MapStruct/?yudao)       |
 | 
					| [MapStruct](https://mapstruct.org/)                                                         | Java Bean 转换     | 1.6.3          | [文档](http://www.iocoder.cn/Spring-Boot/MapStruct/?yudao)       |
 | 
				
			||||||
| [Lombok](https://projectlombok.org/)                                                        | 消除冗长的 Java 代码    | 1.18.34        | [文档](http://www.iocoder.cn/Spring-Boot/Lombok/?yudao)          |
 | 
					| [Lombok](https://projectlombok.org/)                                                        | 消除冗长的 Java 代码    | 1.18.34        | [文档](http://www.iocoder.cn/Spring-Boot/Lombok/?yudao)          |
 | 
				
			||||||
| [JUnit](https://junit.org/junit5/)                                                          | Java 单元测试框架      | 5.8.2          | -                                                              |
 | 
					| [JUnit](https://junit.org/junit5/)                                                          | Java 单元测试框架      | 5.8.2          | -                                                              |
 | 
				
			||||||
| [Mockito](https://github.com/mockito/mockito)                                               | Java Mock 框架     | 4.8.0          | -                                                              |
 | 
					| [Mockito](https://github.com/mockito/mockito)                                               | Java Mock 框架     | 4.8.0          | -                                                              |
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							@ -44,7 +44,7 @@
 | 
				
			|||||||
        <!-- 看看咋放到 bom 里 -->
 | 
					        <!-- 看看咋放到 bom 里 -->
 | 
				
			||||||
        <lombok.version>1.18.34</lombok.version>
 | 
					        <lombok.version>1.18.34</lombok.version>
 | 
				
			||||||
        <spring.boot.version>2.7.18</spring.boot.version>
 | 
					        <spring.boot.version>2.7.18</spring.boot.version>
 | 
				
			||||||
        <mapstruct.version>1.6.2</mapstruct.version>
 | 
					        <mapstruct.version>1.6.3</mapstruct.version>
 | 
				
			||||||
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 | 
					        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 | 
				
			||||||
    </properties>
 | 
					    </properties>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -53,7 +53,7 @@
 | 
				
			|||||||
        <captcha-plus.version>1.0.10</captcha-plus.version>
 | 
					        <captcha-plus.version>1.0.10</captcha-plus.version>
 | 
				
			||||||
        <jsoup.version>1.18.1</jsoup.version>
 | 
					        <jsoup.version>1.18.1</jsoup.version>
 | 
				
			||||||
        <lombok.version>1.18.34</lombok.version>
 | 
					        <lombok.version>1.18.34</lombok.version>
 | 
				
			||||||
        <mapstruct.version>1.6.2</mapstruct.version>
 | 
					        <mapstruct.version>1.6.3</mapstruct.version>
 | 
				
			||||||
        <hutool.version>5.8.32</hutool.version>
 | 
					        <hutool.version>5.8.32</hutool.version>
 | 
				
			||||||
        <easyexcel.verion>4.0.3</easyexcel.verion>
 | 
					        <easyexcel.verion>4.0.3</easyexcel.verion>
 | 
				
			||||||
        <velocity.version>2.4</velocity.version>
 | 
					        <velocity.version>2.4</velocity.version>
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user