123456789101112131415161718192021222324252627 |
- spring:
- application:
- name: 'iov-sjjh-servicenode-supplier-vehicle'
- banner:
- location: classpath:config/banner.txt
- profiles:
- active: jkonline
- cloud:
- config:
- discovery:
- enabled: false
- uri: http://iov-sjjh-config-node.iov-sjjh:8080
- label: trunk
- name: ${spring.application.name}
- profile: ${spring.profiles.active}
- server:
- port: 25103
- management:
- server:
- port: 35103
- info:
- name: '@project.description@'
- version: '@project.version@'
|