@yixiangyuan
马云的码云 暂无简介
Springboot+Mybatis+MySQL
后台管理项目上传
spring.datasource.url=jdbc:mysql://localhost:3306/springbootdb?useUnicode=true&characterEncoding=utf8 spring.datasource.username=root spring.datasource.password=root spring.datasource.driver-class-name=com.mysql.jdbc.Driver