- spring:
- datasource:
- druid:
- driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://127.0.0.1:3306/manage_system2?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8
- username: root
- password: 123456
- mybatis-plus:
- configuration:
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #输出sql语句
|