| | |
| | | spring: |
| | | # 数据源配置 |
| | | datasource: |
| | | url: jdbc:mysql://57b57595ddc66.sh.cdb.myqcloud.com:4464/smart_meeting?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8 |
| | | username: test |
| | | password: doumee@168 |
| | | url: jdbc:mysql://10.50.250.178:3306/wuhuyancao?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai |
| | | username: root |
| | | password: Atwl@2024 |
| | | driver-class-name: com.mysql.cj.jdbc.Driver |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | |
| | |
| | | # topic: waka-test |
| | | # username: 4derRb4Sw5EkqUMI |
| | | # password: v50N97wf4av8Q8I4 |
| | | |
| | | knife4j: |
| | | enable: true |
| | | basic: |
| | | enable: true |
| | | username: admin |
| | | password: 111111 |
| | | # |
| | | #knife4j: |
| | | # enable: true |
| | | # basic: |
| | | # enable: true |
| | | # username: admin |
| | | # password: 111111 |
| | | |
| | | debug_model: true |
| | | |
| | | captcha_check: false |
| | | |
| | | # Swagger配置 |