This commit is contained in:
mcy
2019-07-11 15:07:57 +08:00
parent 317439670c
commit 50ea6870dc
14 changed files with 327 additions and 16 deletions
+5 -1
View File
@@ -14,7 +14,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -29,6 +29,10 @@
<groupId>commons-dbutils</groupId>
<artifactId>commons-dbutils</artifactId>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
</dependency>
</dependencies>
<build>