server: port: 8000 spring: profiles: active: @profiles.active@ thymeleaf: check-template: false check-template-location: false boot: admin: ui: title: RedCircleService Monitor available-languages: en,zh brand: "${spring.boot.admin.ui.title}" management: info: env: enabled: true endpoints: web: exposure: include: "*" endpoint: shutdown: enabled: false info: enabled: true health: show-details: always