Commit dd2757a31b2805bd092523962db3b289d1bd0d14

Authored by luotong
2 parents b11c546a 90785ff3

Merge branch 'master' into 'master'

添加公共文件服务器地址常量配置



See merge request !13
Showing 1 changed file with 4 additions and 0 deletions
class-service.yml
... ... @@ -72,6 +72,10 @@ eureka:
72 72 fetchRegistry: false
73 73 serviceUrl:
74 74 defaultZone: http://discovery:15200/eureka/
  75 +
  76 +# 一些公共的常量配置
  77 +apiConfig:
  78 + resourceGaoXiaoBangUrl: https://resource.gaoxiaobang.com
75 79 ---
76 80  
77 81 spring:
... ...