Merge branch 'gin-vue-admin_v2_dev' of https://github.com/flipped-aurora/gin-vue-admin into gin-vue-admin_v2_dev
This commit is contained in:
commit
f415428740
|
@ -146,6 +146,14 @@ swag init
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
<p style="text-align: center">架构图</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
<a style="text-align: center">前端结构图 提供者:<a href="https://github.com/baobeisuper">baobeisuper</a></p>
|
||||||
|
|
||||||
```
|
```
|
||||||
├─server (后端文件夹)
|
├─server (后端文件夹)
|
||||||
│ ├─api (API)
|
│ ├─api (API)
|
||||||
|
|
|
@ -146,6 +146,13 @@ After executing the above command,`docs` will show in `server/`,then open yo
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
<p style="text-align: center">Architecture diagram</p>
|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
<a style="text-align: center">Front-end Architecture diagram Provider:<a href="https://github.com/baobeisuper">baobeisuper</a></p>
|
||||||
|
|
||||||
```
|
```
|
||||||
├─server (backend)
|
├─server (backend)
|
||||||
│ ├─api (API entrance)
|
│ ├─api (API entrance)
|
||||||
|
|
|
@ -39,7 +39,7 @@ func CreateTemp(c *gin.Context) {
|
||||||
Path: "/" + a.Abbreviation + "/" + "update" + a.StructName,
|
Path: "/" + a.Abbreviation + "/" + "update" + a.StructName,
|
||||||
Description: "更新" + a.StructName,
|
Description: "更新" + a.StructName,
|
||||||
ApiGroup: a.Abbreviation,
|
ApiGroup: a.Abbreviation,
|
||||||
Method: "POST",
|
Method: "PUT",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Path: "/" + a.Abbreviation + "/" + "find" + a.StructName,
|
Path: "/" + a.Abbreviation + "/" + "find" + a.StructName,
|
||||||
|
|
Loading…
Reference in New Issue