springboot 连接工具

发布时间 2023-12-18 15:27:25作者: 方毅

### 

server:
port: 9999
mybatis-plus:
configuration:
map-underscore-to-camel-case: true
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
type-aliases-package: com.itfangyi.pojo
mapper-locations: classpath:Mapper/*.xml

spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/dowork?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai&useSSL=false
username: root
password: fangyi
type: com.alibaba.druid.pool.DruidDataSource