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,6 +57,12 @@ eureka:
57 serviceUrl: 57 serviceUrl:
58 defaultZone: http://discovery:15200/eureka/ 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 server: 67 server:
62 port: 16100 68 port: 16100
@@ -116,6 +122,12 @@ eureka: @@ -116,6 +122,12 @@ eureka:
116 fetchRegistry: false 122 fetchRegistry: false
117 serviceUrl: 123 serviceUrl:
118 defaultZone: http://discovery:15200/eureka/ 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 server: 133 server:
@@ -175,4 +187,9 @@ eureka: @@ -175,4 +187,9 @@ eureka:
175 registerWithEureka: true 187 registerWithEureka: true
176 fetchRegistry: false 188 fetchRegistry: false
177 serviceUrl: 189 serviceUrl:
178 - defaultZone: http://discovery:15200/eureka/  
179 \ No newline at end of file 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 \ No newline at end of file 197 \ No newline at end of file