| | |
| | | </dependencyManagement> |
| | | |
| | | <dependencies> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-autoconfigure</artifactId> |
| | | <version>2.7.12</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework</groupId> |
| | | <artifactId>spring-webmvc</artifactId> |
| | | <version>5.3.26</version> |
| | | </dependency> |
| | | |
| | | <!-- Blade --> |
| | | <dependency> |
| | | <groupId>org.springblade</groupId> |
| | |
| | | <version>23.1</version> |
| | | </dependency> |
| | | |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.springframework.boot</groupId>--> |
| | | <!-- <artifactId>spring-boot</artifactId>--> |
| | | <!-- <version>2.7.12</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | |
| | | |
| | | </dependencies> |
| | | |