bootstrap.yml 259 B

123456789101112131415
  1. server:
  2. port: 10300
  3. spring:
  4. application:
  5. name: sckw-example
  6. profiles:
  7. active: @profiles.active@
  8. main:
  9. allow-bean-definition-overriding: true
  10. allow-circular-references: true
  11. logging:
  12. level:
  13. root: debug
  14. com.sckw.example: debug