File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 <java .version>1.8</java .version>
3131 <sra .version>0.0.1-SNAPSHOT</sra .version>
3232
33+ <lombok .version>1.18.24</lombok .version>
34+ <mapstruct .version>1.4.2.Final</mapstruct .version>
35+ <hutool .vsersion>5.8.0</hutool .vsersion>
3336 <knife4j .version>2.0.5</knife4j .version>
3437 <mybatis .version>2.2.0</mybatis .version>
3538 <mybatis-plus .version>3.5.1</mybatis-plus .version>
3639 <guava .vsersion>31.0.1-jre</guava .vsersion>
37- <hutool .vsersion>5.8.0</hutool .vsersion>
3840 <p6spy .version>3.8.1</p6spy .version>
3941 <jasypt .version>2.1.1</jasypt .version>
4042 </properties >
4446 <dependency >
4547 <groupId >org.projectlombok</groupId >
4648 <artifactId >lombok</artifactId >
49+ <version >${lombok.version} </version >
4750 <optional >true</optional >
4851 </dependency >
52+ <!-- mapstruct-->
53+ <dependency >
54+ <groupId >org.mapstruct</groupId >
55+ <artifactId >mapstruct</artifactId >
56+ <version >${mapstruct.version} </version >
57+ </dependency >
58+ <dependency >
59+ <groupId >org.mapstruct</groupId >
60+ <artifactId >mapstruct-processor</artifactId >
61+ <version >${mapstruct.version} </version >
62+ </dependency >
4963 <!-- hutool-->
5064 <dependency >
5165 <groupId >cn.hutool</groupId >
You can’t perform that action at this time.
0 commit comments