欢迎来到Silly-Bird的博客园

留下没有技术的泪水
摘要: 在springboot(Maven)项目中,连接Mysql比较容易,直接在pom.xml中添加相关依赖即可 pom.xml <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> </de 阅读全文
posted @ 2019-10-24 15:24 老李头cc 阅读(19840) 评论(3) 推荐(1) 编辑