blob: e8d6bd9a0ec22222bc5352d632b4ffd6c6901454 [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
4spring.datasource.password=12345
5spring.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