application.yml 538 B

123456789101112131415161718192021222324
  1. spring:
  2. application:
  3. name: jnpf-workflow
  4. profiles:
  5. # 指定环境配置 dev(开发环境-默认)、test(测试环境)、preview(预生产)、prod(生产环境)
  6. active: dev
  7. main:
  8. allow-bean-definition-overriding: true
  9. allow-circular-references: true
  10. logging:
  11. config: classpath:logback-spring.xml
  12. springdoc:
  13. default-flat-param-object: true
  14. api-docs:
  15. enabled: true
  16. #SpringDoc增强
  17. #knife4j:
  18. # basic: #接口文档访问鉴权
  19. # enable: true
  20. # username: jnpf
  21. # password: 123456
  22. # enable: true