Parcourir la source

角色权限查询

李进 il y a 2 ans
Parent
commit
b3b7981667

+ 1 - 1
authorize-start/src/main/resources/bootstrap-uat.yml

@@ -7,7 +7,7 @@ spring:
 cloud:
   service:
     name: authorize
-    ip: 119.96.213.127
+    ip: 192.168.0.102
 
 #雪花ID唯一标识
 workerId: 20

+ 1 - 1
authorize-start/src/main/resources/bootstrap.yml

@@ -11,7 +11,7 @@ server:
 #微服务相关配置
 cloud:
   center:
-    url: 119.96.213.127:9007
+    url: ${ip:119.96.213.127}:9007
     config:
       shared-configs: redis.yaml,mysql.yaml,mqtt.yaml,es.yaml
       name: authorize