bootstrap.yml 616 B

123456789101112131415161718192021222324252627
  1. spring:
  2. application:
  3. name: iov-sjjh-servicenode-supplier-10000002
  4. banner:
  5. location: classpath:config/banner.txt
  6. profiles:
  7. active: hwtest
  8. cloud:
  9. config:
  10. discovery:
  11. enabled: false
  12. uri: http://10.8.18.157:32533
  13. label: trunk
  14. name: ${spring.application.name}
  15. profile: ${spring.profiles.active}
  16. server:
  17. port: 20902
  18. management:
  19. server:
  20. port: 21092
  21. info:
  22. name: '@project.description@'
  23. version: '@project.version@'
  24. logging:
  25. file:
  26. name: ${logging.file.path}/catalina_${spring.cloud.client.hostname}_${spring.application.name}_${server.port}.out