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