Commit 41fe48be73475b25883f7750a75fdd9a1a6a0055

Authored by 刘岱鹏
1 parent 5031bad8

添加老师excel导入功能的配置项

Showing 1 changed file with 18 additions and 1 deletions
user-service.yml
... ... @@ -57,6 +57,12 @@ eureka:
57 57 serviceUrl:
58 58 defaultZone: http://discovery:15200/eureka/
59 59  
  60 +# 一些公共的常量配置
  61 +apiConfig:
  62 + resourceGaoXiaoBangUrl: https://resource.gaoxiaobang.com
  63 + usrLocalTomcatTempLocation: /usr/local/tomcat/temp
  64 +
  65 +
60 66 ---
61 67 server:
62 68 port: 16100
... ... @@ -116,6 +122,12 @@ eureka:
116 122 fetchRegistry: false
117 123 serviceUrl:
118 124 defaultZone: http://discovery:15200/eureka/
  125 +
  126 +# 一些公共的常量配置
  127 +apiConfig:
  128 + resourceGaoXiaoBangUrl: https://resource.gaoxiaobang.com
  129 + usrLocalTomcatTempLocation: /usr/local/tomcat/temp
  130 +
119 131  
120 132 ---
121 133 server:
... ... @@ -175,4 +187,9 @@ eureka:
175 187 registerWithEureka: true
176 188 fetchRegistry: false
177 189 serviceUrl:
178   - defaultZone: http://discovery:15200/eureka/
179 190 \ No newline at end of file
  191 + defaultZone: http://discovery:15200/eureka/
  192 +
  193 +# 一些公共的常量配置
  194 +apiConfig:
  195 + resourceGaoXiaoBangUrl: https://resource.gaoxiaobang.com
  196 + usrLocalTomcatTempLocation: /usr/local/tomcat/temp
180 197 \ No newline at end of file
... ...