svr-logServer.yml 280 B

123456789101112131415161718192021
  1. ##如果有配置服务的话,远程服务器和本地服务器配置不一致的情况下,优先远程的为主
  2. server:
  3. port: ${server.svr-logServer-port}
  4. context-path: /
  5. ---
  6. spring:
  7. profiles: jwdev
  8. ---
  9. spring:
  10. profiles: jwtest
  11. ---
  12. spring:
  13. profiles: jwprod