| | |
| | | druid: |
| | | # 主库数据源 |
| | | master: |
| | | # url: jdbc:mysql://127.0.0.1:3306/smartor?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | # username: root |
| | | # password: 123456 |
| | | url: jdbc:mysql://116.62.18.175:6002/smartor?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | username: hxsoft |
| | | password: Hxerp2000 |
| | |
| | | config: |
| | | multi-statement-allow: true |
| | | |
| | | magic-api: |
| | | web: /magic/web |
| | | resource: |
| | | type: database # 配置存储在数据库中 |
| | | tableName: magic_config # 数据库中的表名 |
| | | prefix: /api |
| | | readonly: false |
| | | sql-column-case: camel |
| | | show-sql: true #配置打印SQL |
| | | page-config: |
| | | size: size |
| | | page: page |
| | | default-page: 1 |
| | | default-size: 10 |
| | | |
| | | #微信公众号的密钥 |
| | | appid: wx1c5243d2337753f4 |