| | |
| | | max: 800 |
| | | # Tomcat启动初始化的线程数,默认值10 |
| | | min-spare: 100 |
| | | |
| | | # 日志配置 |
| | | logging: |
| | | level: |
| | | com.ruoyi: debug |
| | | org.springframework: warn |
| | | |
| | | # token配置 |
| | | token: |
| | | # 令牌自定义标识 |
| | |
| | | time-zone: Asia/Kolkata |
| | | profiles: |
| | | active: druid |
| | | # flyway: |
| | | # enabled: true |
| | | # # 禁’assword} |
| | | # locations: classpath:db/migration/ #(根据个人情况设置,多个路径使用逗号分隔) |
| | | # #版本控制日志表,默认flyway_schema_history |
| | | # table: flyway_schema_history |
| | | # 文件上传 |
| | | servlet: |
| | | multipart: |
| | |
| | | datasource: |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | driverClassName: com.mysql.cj.jdbc.Driver |
| | | url: jdbc:mysql://127.0.0.1:3306/stock?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | rname: root |
| | | password: root |
| | | # url: jdbc:mysql://114.29.252.25:3306/stock?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | url: jdbc:mysql://127.0.0.1:3306/dabaogp_0311?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | username: dabaogp_0311 |
| | | password: wRG8R2ndmmFJmNpA |
| | | # url: jdbc:mysql://127.0.0.1:3306/stock?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | # username: root |
| | | # password: Err;2[eoGFUriwdgr |
| | | # password: root |
| | | druid: |
| | | # 初始连接数 |
| | | initialSize: 5 |
| | | # 最小连接池数量 |
| | | minIdle: 10 |
| | | # 最大连接池数量 |
| | | maxActive: 20 |
| | | maxActive: 50 |
| | | # 配置获取连接等待超时的时间 |
| | | maxWait: 60000 |
| | | # 配置间隔多久才进行一次检测,检测需要关闭的空闲连接,单位是毫秒 |
| | |
| | | enabled: true |
| | | # 慢SQL记录 |
| | | log-slow-sql: true |
| | | slow-sql-millis: 1000 |
| | | slow-sql-millis: 5000 |
| | | merge-sql: true |
| | | wall: |
| | | config: |