From dab5636c2a4fe2344e014f111812f2e2094c0e29 Mon Sep 17 00:00:00 2001 From: songang Date: Fri, 25 Mar 2022 18:06:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BA=94=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E5=AD=90=202.x=E7=89=88=E6=9C=AC=20=E7=8B=AC=E7=AB=8B=E4=BB=8B?= =?UTF-8?q?=E7=BB=8D=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-CN/examples/durl.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 zh-CN/examples/durl.md diff --git a/zh-CN/examples/durl.md b/zh-CN/examples/durl.md new file mode 100644 index 00000000..21017955 --- /dev/null +++ b/zh-CN/examples/durl.md @@ -0,0 +1,17 @@ +--- +name: 短域名服务 2.x版本 +sort: 10 +--- + +# 短域名服务 durl + +这个例子演示了如何使用 beego 2.x 开发应用: + +分为四个模块, 各自模块可以对应大多数应用的结构: + +portal: 首页. +openApi: api服务. +jump: 跳转服务. +backend: 后台管理. + +[到 GitHub 上浏览代码](https://github.com/beego/samples/tree/master/shorturl)