spring: application: name: '@project.artifactId@' banner: location: classpath:config/banner.txt # profiles: # active: test # cloud: # config: # discovery: # enabled: false # uri: http://10.8.18.157:32533 # label: trunk # name: ${spring.application.name} # profile: ${spring.profiles.active} server: port: 25103 management: server: port: 35103 info: name: '@project.description@' version: '@project.version@'