Your Name | 695f6a6 | 2025-05-17 00:58:04 +0800 | [diff] [blame^] | 1 | # ??MySQL?? |
| 2 | spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver |
| 3 | spring.datasource.url=jdbc:mysql://localhost:3306/groupone_db\ |
| 4 | ?useSSL=false\ |
| 5 | &serverTimezone=Asia/Shanghai\ |
| 6 | &characterEncoding=utf8\ |
| 7 | &allowPublicKeyRetrieval=true |
| 8 | |
| 9 | spring.datasource.username=root |
| 10 | spring.datasource.password=Rfw@2935 |
| 11 | |
| 12 | # ??????????? |
| 13 | spring.datasource.hikari.maximum-pool-size=10 |
| 14 | spring.datasource.hikari.minimum-idle=5 |
| 15 | spring.datasource.hikari.idle-timeout=600000 |
| 16 | spring.datasource.hikari.connection-timeout=30000 |
| 17 | |
| 18 | # ???? MyBatis ????? |
| 19 | mybatis.configuration.map-underscore-to-camel-case=true |