spring: application: name: javaServiceTreeFrameworkGlobalConfig # actuator 설정 management: endpoints: web: exposure: include: "*" endpoint: shutdown: enabled: true server: port: 33133 logging: config: classpath:logback/logback-${spring.profiles.active}.xml filename: system-info: prefix: system-info_ base: system-info_base