IDEA SpringBoot+Mybatis+SqlServer简单查询

参照文章(https://blog.csdn.net/weixin_42685022/article/details/82215893)
1.创建springboot项目,选择jdk(jdk1.8),填写项目名,包名称,
IDEA SpringBoot+Mybatis+SqlServer简单查询_第1张图片
IDEA SpringBoot+Mybatis+SqlServer简单查询_第2张图片
2.选择要引入的依赖,Next > Finish
IDEA SpringBoot+Mybatis+SqlServer简单查询_第3张图片
3.在pom.xml中添加jdbc依赖(创建database测试要能连上数据库)下载jdbc地址“https://mvnrepository.com/”搜索mssql
IDEA SpringBoot+Mybatis+SqlServer简单查询_第4张图片
4.配置application.properties
IDEA SpringBoot+Mybatis+SqlServer简单查询_第5张图片
5.配置mybatis generator插件,pom.xml引入依赖

你可能感兴趣的:(java,mybatis,maven)