blob: 899d736c021d5cc6d8e44beb1e321e9403b7aa1a [file] [log] [blame]
夜雨声烦8b832582025-05-20 00:16:52 +08001spring.datasource.password=G812345678#
2spring.datasource.username=team8
3spring.datasource.url=jdbc:mysql://202.205.102.121:3306/g8backend
wuchimedesa1bf2782025-03-27 15:08:54 +08004spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
wuchimedes079c1632025-04-02 22:01:20 +08005spring.sql.init.mode=always
wuchimedes8a576e02025-05-13 17:50:46 +08006#logging.level.root=DEBUG
wuchimedesb4fbcdf2025-06-06 20:08:27 +08007server.address=0.0.0.0
8server.port=8080
wuchimedesa1bf2782025-03-27 15:08:54 +08009
wuchimedes079c1632025-04-02 22:01:20 +080010mybatis-plus.mapper-locations=classpath*:/mapper/**/*.xml
wuchimedes18addec2025-04-03 17:59:02 +080011
22301071f1381f82025-06-06 21:32:34 +080012spring.data.redis.host = 127.0.0.1
13#spring.data.redis.host = redis
wuchimedes5280aa72025-04-03 20:49:34 +080014spring.data.redis.port = 6379
15
16spring.mail.host=smtp.qq.com
17spring.mail.port=465
18spring.mail.username=2038234690@qq.com
19spring.mail.password=dixhyfaxjyauehaa
20spring.mail.default-encoding=utf-8
21spring.mail.protocol=smtp
22spring.mail.properties.mail.smtp.auth=true
23spring.mail.properties.mail.smtp.ssl.enable=true
24spring.mail.properties.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
wuchimedesdb9fe682025-04-22 19:24:11 +080025
26logging.level.org.springframework.data.redis= DEBUG
夜雨声烦451d71c2025-05-20 00:58:36 +080027
28spring.security.user.role-prefix=