Commit 26f0664e5fd5b763cc318b576c0fe591761d88ab

Authored by 王松岩
1 parent a8cc2696

增加群链接

README.md
@@ -110,6 +110,10 @@ itcast-authority @@ -110,6 +110,10 @@ itcast-authority
110 110
111 <img src="docs/img/douyin.jpeg" width="300" alt="抖音号" /> 111 <img src="docs/img/douyin.jpeg" width="300" alt="抖音号" />
112 <br><br> 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,7 +27,7 @@ import java.net.UnknownHostException;
27 @EnableAuthServer 27 @EnableAuthServer
28 @Configuration 28 @Configuration
29 @EnableFeignClients(value = { 29 @EnableFeignClients(value = {
30 - "com.itheima.itcast", 30 + "com.itheima",
31 }) 31 })
32 @Slf4j 32 @Slf4j
33 @EnableAspectJAutoProxy(proxyTargetClass = true, exposeProxy = true) 33 @EnableAspectJAutoProxy(proxyTargetClass = true, exposeProxy = true)