spring: application: name: javaServiceTreeFrameworkGlobalConfig # boot: # admin: # username: admin # password: admin # client: # metadata: # user: # name: client # password: client #management: # security: # enabled: true # endpoints: # web: # exposure: # include: "*" # endpoint: # health: # show-details: ALWAYS --- #prod server: port: 33133 logging: config: classpath:logback/logback-${spring.profiles.active}.xml