blob: 1610fae92091547c3812d5b1d9addef0145d3021 [file] [log] [blame]
wuchimedesaa4baa52025-06-08 17:39:53 +08001#spring.datasource.password=G812345678#
2#spring.datasource.username=team8
3#spring.datasource.url=jdbc:mysql://202.205.102.121:3306/g8backend
wuchimedesaa4baa52025-06-08 17:39:53 +08004spring.datasource.password=12345678
5spring.datasource.username=root
6spring.datasource.url=jdbc:mysql://127.0.0.1:3306/g8backend
wuchimedesaa4baa52025-06-08 17:39:53 +08007spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
8spring.sql.init.mode=always
wuchimedesa1bf2782025-03-27 15:08:54 +08009
2230107123955142025-06-09 16:37:03 +080010
11#logging.level.root=DEBUG
wuchimedesaa4baa52025-06-08 17:39:53 +080012
wuchimedes079c1632025-04-02 22:01:20 +080013mybatis-plus.mapper-locations=classpath*:/mapper/**/*.xml
wuchimedes18addec2025-04-03 17:59:02 +080014
2230107166504b72025-06-08 13:54:29 +080015spring.data.redis.host = 127.0.0.1
夜雨声烦4f2caaf2025-06-07 22:03:43 +080016
2230107123955142025-06-09 16:37:03 +080017//spring.data.redis.host = redis-server
2230107166504b72025-06-08 13:54:29 +080018spring.data.redis.port = 6379
wuchimedes5280aa72025-04-03 20:49:34 +080019
20spring.mail.host=smtp.qq.com
21spring.mail.port=465
22spring.mail.username=2038234690@qq.com
23spring.mail.password=dixhyfaxjyauehaa
24spring.mail.default-encoding=utf-8
25spring.mail.protocol=smtp
26spring.mail.properties.mail.smtp.auth=true
27spring.mail.properties.mail.smtp.ssl.enable=true
28spring.mail.properties.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
wuchimedesdb9fe682025-04-22 19:24:11 +080029
30logging.level.org.springframework.data.redis= DEBUG
夜雨声烦451d71c2025-05-20 00:58:36 +080031
32spring.security.user.role-prefix=
2230107123955142025-06-09 16:37:03 +080033server.port=8080
34server.address=0.0.0.0