- server:
- port: 8000
- spring:
- datasource:
- url: jdbc:mysql://localhost:3306/2407zk2?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&useSSL=false
- username: root
- password: root
- driver-class-name: com.mysql.cj.jdbc.Driver
- mybatis-plus:
- mapper-locations: classpath:mapper/*.xml
- type-aliases-package: com.zhentao.pojo
|