blob: 6bde80e5813fe32474df05843da469283259b48a [file] [log] [blame]
spring.datasource.password=123456
spring.datasource.username=root
spring.datasource.url=jdbc:mysql://localhost:3306/g8backend
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.sql.init.mode=always
mybatis-plus.mapper-locations=classpath*:/mapper/**/*.xml
spring.data.redis.host = 127.0.0.1
spring.data.redis.port = 6379
spring.mail.host=smtp.qq.com
spring.mail.port=465
spring.mail.username=2038234690@qq.com
spring.mail.password=dixhyfaxjyauehaa
spring.mail.default-encoding=utf-8
spring.mail.protocol=smtp
spring.mail.properties.mail.smtp.auth=true
spring.mail.properties.mail.smtp.ssl.enable=true
spring.mail.properties.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory