application.yml 406 B

123456789101112131415161718192021
  1. ##如果有配置服务的话,远程服务器和本地服务器配置不一致的情况下,优先远程的为主 git上 svr-base -> git application ->本地 appliction ->本地 bootstarp
  2. spring:
  3. application:
  4. name: svr-base ##注册到发现服务的id 如果id一样 eurika会自动做负载
  5. ---
  6. spring:
  7. profiles: jwdev
  8. ---
  9. spring:
  10. profiles: jwtest
  11. ---
  12. spring:
  13. profiles: jwprod