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 |
22301024 | 0eaa16b | 2025-06-05 09:29:25 +0800 | [diff] [blame] | 3 | spring.datasource.url=jdbc:mysql://rm-cn-qzy4ah2qt0008vfo.rwlb.rds.aliyuncs.com:3306/smart_course_platform\ |
Your Name | 695f6a6 | 2025-05-17 00:58:04 +0800 | [diff] [blame] | 4 | ?useSSL=false\ |
| 5 | &serverTimezone=Asia/Shanghai\ |
| 6 | &characterEncoding=utf8\ |
| 7 | &allowPublicKeyRetrieval=true |
| 8 | |
22301024 | 0eaa16b | 2025-06-05 09:29:25 +0800 | [diff] [blame] | 9 | spring.datasource.username=wangy |
| 10 | spring.datasource.password=Wyt2005011600 |
晓瑞223 | cae85b7 | 2025-05-30 01:09:40 +0800 | [diff] [blame] | 11 | # src/main/resources/application.properties |
Your Name | 695f6a6 | 2025-05-17 00:58:04 +0800 | [diff] [blame] | 12 | |
| 13 | # ??????????? |
| 14 | spring.datasource.hikari.maximum-pool-size=10 |
| 15 | spring.datasource.hikari.minimum-idle=5 |
| 16 | spring.datasource.hikari.idle-timeout=600000 |
| 17 | spring.datasource.hikari.connection-timeout=30000 |
| 18 | |
| 19 | # ???? MyBatis ????? |
晓瑞223 | cae85b7 | 2025-05-30 01:09:40 +0800 | [diff] [blame] | 20 | mybatis.configuration.map-underscore-to-camel-case=true |
| 21 | |
| 22 | |
| 23 | |
| 24 | # ????????? |
| 25 | mybatis.type-aliases-package=edu.bjtu.groupone.backend.domain.entity |
| 26 | |
| 27 | # ???????? |
22301024 | 0eaa16b | 2025-06-05 09:29:25 +0800 | [diff] [blame] | 28 | mybatis.mapper-locations=classpath:mapper/*.xml |
| 29 | |
| 30 | torrent.storage.path=./torrent |