Skip to content

Commit

Permalink
更新README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dolyw committed Apr 4, 2019
1 parent f0e0569 commit 7aad0b2
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
-----|-----|----
SpringBoot1.5 | Test类生成代码 | [https://github.com/wang926454/SpringBootGenerator/tree/springboot1.5](https://github.com/wang926454/SpringBootGenerator/tree/springboot1.5)
SpringBoot2.1 | Test类生成代码 | 当前
SpringBoot1.5 | 可视化界面操作生成代码 | [https://github.com/wang926454/SpringBootGenerator/tree/viewgenerator](https://github.com/wang926454/SpringBootGenerator/tree/viewgenerator)
SpringBoot1.5 | 可视化界面生成代码 | [https://github.com/wang926454/SpringBootGenerator/tree/viewgenerator](https://github.com/wang926454/SpringBootGenerator/tree/viewgenerator)

#### 项目介绍

Expand All @@ -33,26 +33,26 @@ SpringBoot + Mybatis + PageHelper + 通用Mapper

``` lua
src
├─main -- main运行主体代码
├─java
└─resources
└─test -- test单元测试
├─java
└─com
├─example
│ │ ├─base -- 通用单元测试基础类
│ │ ├─generator -- 代码生成器第一版,第二版执行Main函数
│ │ └─test -- test代码
└─uframe -- 代码生成器第二版核心代码
└─generator -- 代码生成器第二版核心代码
└─resources -- test resources
├─config -- 代码生成器第二版配置代码
├─sql -- SQL文件示例
└─template
├─one -- 代码生成器第一版模板
└─two -- 代码生成器第二版模板
├─LayUI -- 代码生成器第二版LayUI模板示例
└─RESTful -- 代码生成器第二版RESTful模板示例
├─ main -- main运行主体代码
├─ java
└─ resources
└─ test -- test单元测试
├─ java
└─ com
├─ example
├─ base -- 通用单元测试基础类
├─ generator -- 代码生成器第一版,第二版执行Main函数
└─ test -- test代码
└─ uframe -- 代码生成器第二版核心代码
└─ generator -- 代码生成器第二版核心代码
└─ resources -- test resources
├─ config -- 代码生成器第二版配置代码
├─ sql -- SQL文件示例
└─ template
├─ one -- 代码生成器第一版模板
└─ two -- 代码生成器第二版模板
├─ LayUI -- 代码生成器第二版LayUI模板示例
└─ RESTful -- 代码生成器第二版RESTful模板示例
```

#### 安装教程
Expand Down

0 comments on commit 7aad0b2

Please sign in to comment.