Swagger.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "$schema": "https://gitee.com/dotnetchina/Furion/raw/net6/schemas/v3/furion-schema.json",
  3. "SpecificationDocumentSettings": {
  4. "DocumentTitle": "Admin.NET 框架",
  5. "GroupOpenApiInfos": [
  6. {
  7. "Group": "Default",
  8. "Title": "Admin.NET",
  9. "Description": "让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>",
  10. "Version": "1.0.0",
  11. "TermsOfService": "https://dotnetchina.gitee.io/furion/",
  12. "Contact": {
  13. "Name": "zuohuaijun",
  14. "Email": "515096995@qq.com",
  15. "Url": "https://gitee.com/zuohuaijun/Admin.NET"
  16. }
  17. },
  18. {
  19. "Group": "All Groups",
  20. "Title": "所有接口",
  21. "Description": "让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>",
  22. "Version": "1.0.0",
  23. "TermsOfService": "https://dotnetchina.gitee.io/furion/",
  24. "Contact": {
  25. "Name": "zuohuaijun",
  26. "Email": "515096995@qq.com",
  27. "Url": "https://gitee.com/zuohuaijun/Admin.NET"
  28. }
  29. }
  30. ],
  31. "EnableAllGroups": true,
  32. "LoginInfo": {
  33. "Enabled": false, // 是否开启Swagger登录
  34. "CheckUrl": "/api/swagger/checkUrl",
  35. "SubmitUrl": "/api/swagger/submitUrl",
  36. "UserName": "admin",
  37. "Password": "000000"
  38. }
  39. }
  40. }