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