| | |
| | | min-spare: 100 |
| | | # 日志配置 |
| | | logging: |
| | | file: |
| | | encoding: UTF-8 |
| | | level: |
| | | com.ruoyi: debug |
| | | org.springframework: warn |
| | |
| | | datasource: |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | driverClassName: com.mysql.cj.jdbc.Driver |
| | | url: jdbc:mysql://45.204.85.67:7306/stock?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | username: root |
| | | url: jdbc:mysql://127.0.0.1:3306/yd-stock?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | # url: jdbc:mysql://127.0.0.1:3306/cgstock?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | username: yd-stock |
| | | password: 123456 |
| | | druid: |
| | | # 初始连接数 |