数据源mysql配置
# mysql
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/movebooking?serverTimezone=GMT%2b8
username: root
password: root
# 引入mybatisplus依赖
mybatis-plus:
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
server:
port: 8082
浙公网安备 33010602011771号