springboot 连接工具

### 

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


posted on 2023-12-18 15:25  方毅  阅读(0)  评论(0编辑  收藏  举报