springboot + mysql + mybatis配置

上一篇文章中我们引入了基本的环境配置,接下来我们开始mysql相关配置; 依然是基于demo-springboot项目; 1.打开pom.xml,加入以下内容: <!--mysql--> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> </dependency>
相关文章
相关标签/搜索