刘嘉昕 | f28ea23 | 2025-04-15 16:55:43 +0800 | [diff] [blame] | 1 | spring.application.name=PT-houduan |
| 2 | spring.datasource.url=jdbc:mysql://localhost:3306/pt?useSSL=false&serverTimezone=Asia/Shanghai |
| 3 | spring.datasource.username=root |
Sure233 | 8188c5d | 2025-05-28 11:43:06 +0800 | [diff] [blame] | 4 | spring.datasource.password=123456 |
刘嘉昕 | f28ea23 | 2025-04-15 16:55:43 +0800 | [diff] [blame] | 5 | spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver |
| 6 | |
| 7 | # MyBatis-Plus ?? |
| 8 | mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl |
| 9 | mybatis-plus.global-config.db-config.id-type=auto |
| 10 | mybatis-plus.global-config.db-config.logic-delete-value=1 |
| 11 | mybatis-plus.global-config.db-config.logic-not-delete-value=0 |
| 12 | mybatis-plus.mapper-locations=classpath:/mapper/*.xml |
| 13 | mybatis-plus.type-aliases-package=com.pt5.pthouduan.entity |
| 14 | |