application-test.properties 703 B

12345678910111213141516
  1. #\u914D\u7F6E\u56FE\u7247\u97F3\u9891\u5730\u5740\uFF0C\u548Cweburl\u5934\u90E8\u4FE1\u606F
  2. resource.Locations = /home/www/appCenterTest/public/
  3. resource.href = /public/
  4. project.weburl = http://192.168.50.39:8081
  5. material.Locations = /home/www/appCenterTest/public/material
  6. material.href= /public/material
  7. #\u670D\u52A1\u540D
  8. spring.application.name = mpwechat
  9. #spring cloud eureka
  10. eureka.client.service-url.defaultZone = http://liangjian:360lj.comOauth2passwd@192.168.50.32:11002/eureka/
  11. # \u4F7F\u7528ip\u5730\u5740\u6CE8\u518C\u5230eureka server
  12. eureka.instance.ip-address: true
  13. #instance-id: ${spring.cloud.client.ipAddress}:${server.port}
  14. eureka.instance.instance-id: 192.168.50.39:${server.port}