Commit 26f0664e5fd5b763cc318b576c0fe591761d88ab

Authored by 王松岩
1 parent a8cc2696

增加群链接

README.md
... ... @@ -110,6 +110,10 @@ itcast-authority
110 110  
111 111 <img src="docs/img/douyin.jpeg" width="300" alt="抖音号" />
112 112 <br><br>
  113 +加微信、加入Java开源技术交流群
  114 +<br>
  115 +<img src="docs/img/weixin.jpeg" width="300" alt="微信交流群" />
  116 +<br><br>
113 117  
114 118 更多福利
115 119 =========================
... ...
docs/img/weixin.jpeg 0 → 100644

40.6 KB

itcast-auth/itcast-auth-server/src/main/java/com/itheima/authority/AuthorityApplication.java
... ... @@ -27,7 +27,7 @@ import java.net.UnknownHostException;
27 27 @EnableAuthServer
28 28 @Configuration
29 29 @EnableFeignClients(value = {
30   - "com.itheima.itcast",
  30 + "com.itheima",
31 31 })
32 32 @Slf4j
33 33 @EnableAspectJAutoProxy(proxyTargetClass = true, exposeProxy = true)
... ...