123456789101112131415161718192021 |
- ##如果有配置服务的话,远程服务器和本地服务器配置不一致的情况下,优先远程的为主
- server:
- port: ${server.svr-logServer-port}
- context-path: ${server.context-path.svr-logServer-context-path}
- ---
- spring:
- profiles: jwdev
- ---
- spring:
- profiles: jwtest
- ---
- spring:
- profiles: jwprod
|