blob: 7f85f87ff11ef824a77bdfeedaf7eec9cba517ab [file] [log] [blame]
夜雨声烦7e6eb382025-04-22 01:18:00 +08001spring.datasource.password=12345678
wuchimedesa1bf2782025-03-27 15:08:54 +08002spring.datasource.username=root
3spring.datasource.url=jdbc:mysql://localhost:3306/g8backend
4spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
wuchimedes079c1632025-04-02 22:01:20 +08005spring.sql.init.mode=always
wuchimedesa1bf2782025-03-27 15:08:54 +08006
wuchimedes079c1632025-04-02 22:01:20 +08007mybatis-plus.mapper-locations=classpath*:/mapper/**/*.xml
wuchimedes18addec2025-04-03 17:59:02 +08008
wuchimedes5280aa72025-04-03 20:49:34 +08009spring.data.redis.host = 127.0.0.1
10spring.data.redis.port = 6379
11
12spring.mail.host=smtp.qq.com
13spring.mail.port=465
14spring.mail.username=2038234690@qq.com
15spring.mail.password=dixhyfaxjyauehaa
16spring.mail.default-encoding=utf-8
17spring.mail.protocol=smtp
18spring.mail.properties.mail.smtp.auth=true
19spring.mail.properties.mail.smtp.ssl.enable=true
20spring.mail.properties.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory