22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 1 | server.port=8080 |
22301138 | f682451 | 2025-06-04 02:03:13 +0800 | [diff] [blame] | 2 | spring.datasource.url=jdbc:mysql://localhost:3306/ptProject |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 3 | spring.datasource.username=root |
22301138 | f682451 | 2025-06-04 02:03:13 +0800 | [diff] [blame] | 4 | spring.datasource.password=123456 |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 5 | spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver |
22301138 | f682451 | 2025-06-04 02:03:13 +0800 | [diff] [blame] | 6 | spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 7 | |
22301138 | f682451 | 2025-06-04 02:03:13 +0800 | [diff] [blame] | 8 | #mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 9 | |
| 10 | # Mail configuration |
| 11 | spring.mail.password=tljnebonhzhqecda |
| 12 | spring.mail.username=2370523716@qq.com |
| 13 | spring.mail.host=smtp.qq.com |
| 14 | spring.mail.properties.mail.smtp.ssl.enable=true |
| 15 | spring.mail.properties.mail.smtp.auth=true |
| 16 | spring.mail.properties.mail.smtp.starttls.enable=true |
| 17 | |
| 18 | |
| 19 | spring.jpa.enabled=false |
22301138 | f682451 | 2025-06-04 02:03:13 +0800 | [diff] [blame] | 20 | spring.jpa.hibernate.ddl-auto=update |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 21 | spring.jpa.open-in-view=false |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 22 | |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 23 | |
22301138 | f682451 | 2025-06-04 02:03:13 +0800 | [diff] [blame] | 24 | #mybatis-plus.mapper-locations=classpath:/mapper/**/*.xml |