File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2424<dependency >
2525 <groupId >cn.licoy</groupId >
2626 <artifactId >encrypt-body-spring-boot-starter</artifactId >
27- <version >1.2.0 </version >
27+ <version >1.2.3 </version >
2828</dependency >
2929```
3030### 启用组件
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Introduce dependencies in the project's `pom.xml`:
2424<dependency >
2525 <groupId >cn.licoy</groupId >
2626 <artifactId >encrypt-body-spring-boot-starter</artifactId >
27- <version >1.2.0 </version >
27+ <version >1.2.3 </version >
2828</dependency >
2929````
3030### Enable component
Original file line number Diff line number Diff line change 66
77 <groupId >cn.licoy</groupId >
88 <artifactId >encrypt-body-spring-boot-starter</artifactId >
9- <version >1.2.0 </version >
9+ <version >1.2.3 </version >
1010
1111 <name >encrypt-body-spring-boot-starter</name >
1212 <description >encrypt-body-spring-boot-starter是SpringBoot控制器统一的响应体加密与请求体解密的注解处理方式,支持MD5/SHA/AES/DES/RSA</description >
156156 </goals >
157157 </execution >
158158 </executions >
159+ <configuration >
160+ <excludes >
161+ <exclude >**/test/**</exclude >
162+ </excludes >
163+ </configuration >
159164 </plugin >
160165 <plugin >
161166 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments