123456789101112131415161718192021222324252627 |
- spring:
- application:
- name: iov-sjjh-servicenode-supplier-10000002
- banner:
- location: classpath:config/banner.txt
- profiles:
- active: hwtest
- cloud:
- config:
- discovery:
- enabled: false
- uri: http://10.8.18.157:32533
- label: trunk
- name: ${spring.application.name}
- profile: ${spring.profiles.active}
- server:
- port: 20902
- management:
- server:
- port: 21092
- info:
- name: '@project.description@'
- version: '@project.version@'
- logging:
- file:
- name: ${logging.file.path}/catalina_${spring.cloud.client.hostname}_${spring.application.name}_${server.port}.out
|