项目与仓库介绍
This commit is contained in:
parent
e5568fa11f
commit
41a816f4d9
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
@ -44,9 +44,11 @@
|
||||
+ 创建一个自己的代码仓库: github/gitee, 要public, 然后给到我, 同学们相互参考
|
||||
+ 作业评分(完成程度, 自己的思考(文档), 是否自己有扩展实现, 是否有demo), 成绩优秀者 有奖品
|
||||
|
||||
课件使用方式:
|
||||
项目仓库使用方式:
|
||||
+ 每一小节 打一个tag, 更加tag 来看 视频章节的代码
|
||||
+ 可以随时浏览 项目代码,加深理解 (不要等到有环境的时候才开始看代码)
|
||||
+ 程序中所有的项目都会放到 这个仓库, 这是为了方便你们好找项目代码,如果是自己做项目,就自己一个项目一个仓库,这才是企业里面的主流方式
|
||||
|
||||
|
||||
## Gin + GORM 开发简单的Book API Server
|
||||
|
||||
|
3
devcloud/README.md
Normal file
3
devcloud/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# 项目代码
|
||||
|
||||
多业务模块组成, 渐进式微服务开发方式
|
3
docs/README.md
Normal file
3
docs/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# 文档
|
||||
|
||||
ppt
|
45
docs/gateway_arch.drawio
Normal file
45
docs/gateway_arch.drawio
Normal file
@ -0,0 +1,45 @@
|
||||
<mxfile host="65bd71144e">
|
||||
<diagram id="_BetgHJPjSULUI-ME64i" name="第 1 页">
|
||||
<mxGraphModel dx="890" dy="359" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
|
||||
<root>
|
||||
<mxCell id="0"/>
|
||||
<mxCell id="1" parent="0"/>
|
||||
<mxCell id="2" value="前端" style="rounded=0;whiteSpace=wrap;html=1;" parent="1" vertex="1">
|
||||
<mxGeometry x="330" y="30" width="220" height="50" as="geometry"/>
|
||||
</mxCell>
|
||||
<mxCell id="9" style="edgeStyle=orthogonalEdgeStyle;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="3" target="5">
|
||||
<mxGeometry relative="1" as="geometry"/>
|
||||
</mxCell>
|
||||
<mxCell id="10" style="edgeStyle=orthogonalEdgeStyle;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="3" target="7">
|
||||
<mxGeometry relative="1" as="geometry"/>
|
||||
</mxCell>
|
||||
<mxCell id="11" style="edgeStyle=orthogonalEdgeStyle;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="3" target="8">
|
||||
<mxGeometry relative="1" as="geometry"/>
|
||||
</mxCell>
|
||||
<mxCell id="13" value="rpc" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" vertex="1" connectable="0" parent="11">
|
||||
<mxGeometry x="-0.7974" y="1" relative="1" as="geometry">
|
||||
<mxPoint as="offset"/>
|
||||
</mxGeometry>
|
||||
</mxCell>
|
||||
<mxCell id="3" value="前端 API 开发(业务网关)<div>API 接口</div>" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
||||
<mxGeometry x="330" y="170" width="220" height="50" as="geometry"/>
|
||||
</mxCell>
|
||||
<mxCell id="4" value="页面所需要的数据<div>综合</div>" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
||||
<mxGeometry x="620" y="20" width="120" height="60" as="geometry"/>
|
||||
</mxCell>
|
||||
<mxCell id="5" value="后端<div>原子性接口(RPC)</div>" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
||||
<mxGeometry x="80" y="360" width="220" height="50" as="geometry"/>
|
||||
</mxCell>
|
||||
<mxCell id="7" value="后端<div>原子性接口(RPC)</div>" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
||||
<mxGeometry x="330" y="360" width="220" height="50" as="geometry"/>
|
||||
</mxCell>
|
||||
<mxCell id="8" value="后端<div>原子性接口(RPC)</div>" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
||||
<mxGeometry x="580" y="360" width="220" height="50" as="geometry"/>
|
||||
</mxCell>
|
||||
<mxCell id="12" style="edgeStyle=none;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="2" target="3">
|
||||
<mxGeometry relative="1" as="geometry"/>
|
||||
</mxCell>
|
||||
</root>
|
||||
</mxGraphModel>
|
||||
</diagram>
|
||||
</mxfile>
|
17
homework/README.md
Normal file
17
homework/README.md
Normal file
@ -0,0 +1,17 @@
|
||||
# 作业
|
||||
|
||||
作业评分 成绩优秀者 有奖品
|
||||
+ 完成程度: 10
|
||||
+ 自己的思考(文档): 10
|
||||
+ 是否自己有扩展实现: 10
|
||||
+ 是否有demo: 10
|
||||
|
||||
+ book是一定会完成的
|
||||
+ 前端 可以选择性完成(copy代码跑, 一定要自己完成对接)
|
||||
+ cmdb,应用树
|
||||
+ mpass, k8s 二开的
|
||||
+ pipeline(不做要求)
|
||||
|
||||
项目名称: devcloud
|
||||
|
||||
+ [编号-名子](项目仓库的地址)
|
5
skills/README.md
Normal file
5
skills/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# 技能单独讲解
|
||||
|
||||
+ gin
|
||||
+ 单元测试
|
||||
+ debug
|
Loading…
x
Reference in New Issue
Block a user