平安校园
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Application.Development.json 458 B

2 kuukautta sitten
12345678910111213
  1. {
  2. "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
  3. //swagger分组设置
  4. "[openapi:Application]": {
  5. "Order": 90, //分组排序,int 类型,数字越大排前面,默认 0
  6. "Title": "业务模块" //配置分组标题,string 类型
  7. },
  8. //系统层设置
  9. "ApplicationSettings": {
  10. "InitTable": false, //是否初始化表结构
  11. "InitSeedData": false, //是否初始化种子数据
  12. }
  13. }