bootstrap.yml 348 B

12345678910111213141516171819
  1. server:
  2. port: 10120
  3. spring:
  4. application:
  5. name: sckw-payment
  6. profiles:
  7. active: @profiles.active@
  8. main:
  9. allow-bean-definition-overriding: true
  10. allow-circular-references: true
  11. mybatis-plus:
  12. configuration:
  13. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  14. logging:
  15. level:
  16. root: info
  17. com.sckw.payment: debug