新闻微服务开发完成,首页微服务开发中

This commit is contained in:
xiongxiaoyang
2020-05-28 18:53:35 +08:00
parent 387d5e862c
commit 7edd79a5f2
23 changed files with 629 additions and 15 deletions

View File

@@ -109,7 +109,11 @@
<artifactId>lombok</artifactId>
</dependency>
<!-- 替换默认的HttpURLConnection不支持@RequestBody+ RequestMethod.GET模式-->
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-httpclient</artifactId>
</dependency>