File tree Expand file tree Collapse file tree 14 files changed +61
-22
lines changed
springboot-starter-data-fast
springboot-starter-security
src/main/java/com/codingapi/springboot/security Expand file tree Collapse file tree 14 files changed +61
-22
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.9.1 </version >
8+ <version >3.3.10 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.9.1 </version >
8+ <version >3.3.10 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.9.1 </version >
8+ <version >3.3.10 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.9.1 </version >
8+ <version >3.3.10 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.9.1 </version >
8+ <version >3.3.10 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 1717 </parent >
1818
1919 <artifactId >springboot-example</artifactId >
20- <version >3.3.9.1 </version >
20+ <version >3.3.10 </version >
2121
2222 <name >springboot-example</name >
2323 <description >springboot-example project for Spring Boot</description >
Original file line number Diff line number Diff line change 1212
1313 <groupId >com.codingapi.springboot</groupId >
1414 <artifactId >springboot-parent</artifactId >
15- <version >3.3.9.1 </version >
15+ <version >3.3.10 </version >
1616
1717 <url >https://github.com/codingapi/springboot-framewrok</url >
1818 <name >springboot-parent</name >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-parent</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.9.1 </version >
8+ <version >3.3.10 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >springboot-parent</artifactId >
88 <groupId >com.codingapi.springboot</groupId >
9- <version >3.3.9.1 </version >
9+ <version >3.3.10 </version >
1010 </parent >
1111
1212 <name >springboot-starter-flow</name >
4646 </dependencies >
4747
4848
49+ <build >
50+ <plugins >
51+ <plugin >
52+ <groupId >org.jacoco</groupId >
53+ <artifactId >jacoco-maven-plugin</artifactId >
54+ <version >0.8.12</version >
55+ <executions >
56+ <execution >
57+ <goals >
58+ <goal >prepare-agent</goal >
59+ </goals >
60+ </execution >
61+ <execution >
62+ <id >report</id >
63+ <phase >test</phase >
64+ <goals >
65+ <goal >report</goal >
66+ </goals >
67+ </execution >
68+ </executions >
69+ </plugin >
70+
71+
72+ </plugins >
73+ </build >
4974
5075</project >
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >springboot-parent</artifactId >
88 <groupId >com.codingapi.springboot</groupId >
9- <version >3.3.9.1 </version >
9+ <version >3.3.10 </version >
1010 </parent >
1111
1212 <artifactId >springboot-starter-security</artifactId >
You can’t perform that action at this time.
0 commit comments