夜雨声烦 | 8b83258 | 2025-05-20 00:16:52 +0800 | [diff] [blame] | 1 | spring.datasource.password=G812345678# |
| 2 | spring.datasource.username=team8 |
| 3 | spring.datasource.url=jdbc:mysql://202.205.102.121:3306/g8backend |
wuchimedes | a1bf278 | 2025-03-27 15:08:54 +0800 | [diff] [blame] | 4 | spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver |
wuchimedes | 079c163 | 2025-04-02 22:01:20 +0800 | [diff] [blame] | 5 | spring.sql.init.mode=always |
wuchimedes | 8a576e0 | 2025-05-13 17:50:46 +0800 | [diff] [blame] | 6 | #logging.level.root=DEBUG |
wuchimedes | a1bf278 | 2025-03-27 15:08:54 +0800 | [diff] [blame] | 7 | |
wuchimedes | 079c163 | 2025-04-02 22:01:20 +0800 | [diff] [blame] | 8 | mybatis-plus.mapper-locations=classpath*:/mapper/**/*.xml |
wuchimedes | 18addec | 2025-04-03 17:59:02 +0800 | [diff] [blame] | 9 | |
22301071 | b566662 | 2025-06-06 21:32:34 +0800 | [diff] [blame] | 10 | spring.data.redis.host = 127.0.0.1 |
| 11 | #spring.data.redis.host = redis |
wuchimedes | 5280aa7 | 2025-04-03 20:49:34 +0800 | [diff] [blame] | 12 | spring.data.redis.port = 6379 |
| 13 | |
| 14 | spring.mail.host=smtp.qq.com |
| 15 | spring.mail.port=465 |
| 16 | spring.mail.username=2038234690@qq.com |
| 17 | spring.mail.password=dixhyfaxjyauehaa |
| 18 | spring.mail.default-encoding=utf-8 |
| 19 | spring.mail.protocol=smtp |
| 20 | spring.mail.properties.mail.smtp.auth=true |
| 21 | spring.mail.properties.mail.smtp.ssl.enable=true |
| 22 | spring.mail.properties.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory |
wuchimedes | db9fe68 | 2025-04-22 19:24:11 +0800 | [diff] [blame] | 23 | |
| 24 | logging.level.org.springframework.data.redis= DEBUG |
夜雨声烦 | 451d71c | 2025-05-20 00:58:36 +0800 | [diff] [blame] | 25 | |
| 26 | spring.security.user.role-prefix= |