123456789101112131415161718192021222324 |
- semsx :
- userName: "zhangxiaoyu /n zhangsanlisi"
- age: 25
- birth: 2019/12/19
- arrayString: [zz,zzz,zzz111z]
- listString:
- - 4
- - 5
- - 6
- server:
- port: 8081
- spring:
- datasource:
- url: jdbc:mysql://localhost:3306/test?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
- username: root
- password:
- driver-class-name: com.mysql.cj.jdbc.Driver
- jpa:
- database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
- open-in-view: false
- mybatis-plus:
- configuration:
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|