小说微服务开发完成,用户微服务开发中

This commit is contained in:
xiongxiaoyang
2020-05-28 22:16:26 +08:00
parent bcd1caf7a8
commit 861e966a88
18 changed files with 583 additions and 19 deletions

View File

@ -17,6 +17,10 @@
<groupId>com.java2nb.novel</groupId>
<artifactId>book-api</artifactId>
</dependency>
<dependency>
<groupId>com.java2nb.novel</groupId>
<artifactId>user-api</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
@ -38,6 +42,8 @@
</dependencies>