03 2020 档案

摘要:1、新建一个SpringBoot项目 2、添加基本依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <d 阅读全文
posted @ 2020-03-19 17:38 士三刀 阅读(183) 评论(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 士三刀 阅读(391) 评论(0) 推荐(0)
摘要:1、按照步骤新建数据模型,注意选择正确的数据库类型(以mysql为例)。 2、界面右侧的Physical Diagram工具栏的table工具,这是一个最基本的表模型,将其拖动到画布中使用。 3、双击表模型,弹出编辑窗口,General->表属性编辑,Columns->表字段编辑,Preview-> 阅读全文
posted @ 2020-03-17 20:36 士三刀 阅读(550) 评论(0) 推荐(0)