blob: b753da7a52c1b7e8c018400641074d5d6e79b18f [file] [log] [blame]
22301115cf6dba22025-03-25 19:06:21 +08001server.port=8080
2spring.datasource.url=jdbc:mysql://localhost:3306/pt
3spring.datasource.username=root
4spring.datasource.password=root
5spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
6
7mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
8
9
10# Mail configuration
11spring.mail.password=tljnebonhzhqecda
12spring.mail.username=2370523716@qq.com
13spring.mail.host=smtp.qq.com
14spring.mail.properties.mail.smtp.ssl.enable=true
15spring.mail.properties.mail.smtp.auth=true
16spring.mail.properties.mail.smtp.starttls.enable=true
17
18
19spring.jpa.enabled=false
20spring.jpa.hibernate.ddl-auto=none
21spring.jpa.open-in-view=false