spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
username: root
password: root
url: jdbc:mysql://localhost:9999/myblog?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=UTC
#type=com.alibaba.druid.pool.DruidDataSource
mybatis-plus:
mapper-locations: classpath*:/mapper/**Mapper.xml
server:
port: 8888