摘要: 1、新建一个SpringBoot项目 2、添加基本依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <d 阅读全文
posted @ 2020-03-19 17:38 士三刀 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 1、pom.xml中添加依赖 <!-- MyBatis 生成器 --> <dependency> <groupId>org.mybatis.generator</groupId> <artifactId>mybatis-generator-core</artifactId> <version>1.3 阅读全文
posted @ 2020-03-19 14:41 士三刀 阅读(372) 评论(0) 推荐(0) 编辑