application.yml 240 B

1234567
  1. server:
  2. port: 8000
  3. # licence 配置
  4. licence:
  5. # 全量校验标识,默认 true=全部都校验,false=部分校验(如果为 false,只需要在校验的 controller 加注解 @CheckLicence。不加则不校验)
  6. checkAll: true