夜雨声烦 | a3d443b | 2025-04-08 16:42:48 +0800 | [diff] [blame] | 1 | spring.datasource.password=123456 |
wuchimedes | a1bf278 | 2025-03-27 15:08:54 +0800 | [diff] [blame] | 2 | spring.datasource.username=root |
| 3 | spring.datasource.url=jdbc:mysql://localhost:3306/g8backend |
| 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 | a1bf278 | 2025-03-27 15:08:54 +0800 | [diff] [blame] | 6 | |
wuchimedes | 079c163 | 2025-04-02 22:01:20 +0800 | [diff] [blame] | 7 | mybatis-plus.mapper-locations=classpath*:/mapper/**/*.xml |
wuchimedes | 18addec | 2025-04-03 17:59:02 +0800 | [diff] [blame] | 8 | |
wuchimedes | 5280aa7 | 2025-04-03 20:49:34 +0800 | [diff] [blame] | 9 | spring.data.redis.host = 127.0.0.1 |
| 10 | spring.data.redis.port = 6379 |
| 11 | |
| 12 | spring.mail.host=smtp.qq.com |
| 13 | spring.mail.port=465 |
| 14 | spring.mail.username=2038234690@qq.com |
| 15 | spring.mail.password=dixhyfaxjyauehaa |
| 16 | spring.mail.default-encoding=utf-8 |
| 17 | spring.mail.protocol=smtp |
| 18 | spring.mail.properties.mail.smtp.auth=true |
| 19 | spring.mail.properties.mail.smtp.ssl.enable=true |
| 20 | spring.mail.properties.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory |