bootstrap.yml 476 B

123456789101112131415161718192021222324252627
  1. spring:
  2. application:
  3. name: '@project.artifactId@'
  4. banner:
  5. location: classpath:config/banner.txt
  6. # profiles:
  7. # active: test
  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: 25103
  18. management:
  19. server:
  20. port: 35103
  21. info:
  22. name: '@project.description@'
  23. version: '@project.version@'