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