增加对SpringBoot1.x版本的兼容性

This commit is contained in:
click33
2021-07-19 22:18:40 +08:00
parent c7ca8ee280
commit b5f23f2455
4 changed files with 10 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.RELEASE</version>
<!-- <version>1.5.9.RELEASE</version> -->
<relativePath/>
</parent>