|
@@ -5,7 +5,7 @@
|
|
<parent>
|
|
<parent>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
- <version>3.0.6</version>
|
|
|
|
|
|
+ <version>2.7.8</version>
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
</parent>
|
|
</parent>
|
|
<groupId>sloths</groupId>
|
|
<groupId>sloths</groupId>
|
|
@@ -14,9 +14,23 @@
|
|
<name>demo</name>
|
|
<name>demo</name>
|
|
<description>Demo project for Spring Boot</description>
|
|
<description>Demo project for Spring Boot</description>
|
|
<properties>
|
|
<properties>
|
|
- <java.version>17</java.version>
|
|
|
|
|
|
+ <java.version>8</java.version>
|
|
</properties>
|
|
</properties>
|
|
<dependencies>
|
|
<dependencies>
|
|
|
|
+
|
|
|
|
+ <!-- swagger -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>io.springfox</groupId>
|
|
|
|
+ <artifactId>springfox-swagger2</artifactId>
|
|
|
|
+ <version>2.9.2</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>io.springfox</groupId>
|
|
|
|
+ <artifactId>springfox-swagger-ui</artifactId>
|
|
|
|
+ <version>2.9.2</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-data-jdbc</artifactId>
|
|
<artifactId>spring-boot-starter-data-jdbc</artifactId>
|