| | |
| | | # 国际化资源文件路径 |
| | | basename: i18n/messages |
| | | profiles: |
| | | active: docker |
| | | active: druid |
| | | # 文件上传 |
| | | servlet: |
| | | multipart: |
| | |
| | | enabled: false |
| | | |
| | | flyway: |
| | | enabled: true |
| | | enabled: false |
| | | baseline-on-migrate: true |
| | | baseline-version: 20230720000000 |
| | | clean-disabled: true |
| | |
| | | supportMethodsArguments: true |
| | | params: count=countSql |
| | | |
| | | knife4j: |
| | | enable: true |
| | | setting: |
| | | language: zh_cn |
| | | |
| | | aixin: |
| | | swagger: |
| | | title: fk开发平台 |
| | | description: 提供管理后台、用户 App 的所有功能 |
| | | version: ${ruoyi.version} |
| | | url: xxxx |
| | | email: qq.com |
| | | license: xxx |
| | | license-url: xxx |
| | | |
| | | # Springdoc配置 |
| | | springdoc: |
| | | api-docs: |
| | | enabled: true |
| | | path: /v3/api-docs |
| | | swagger-ui: |
| | | enabled: true |