mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-23 01:16:48 +08:00
🎨 🔥 ✨ 🚑 集成前端代码的&兼容容器化部署插件的插件改造&提供了一个新的轮播图插件
This commit is contained in:
@@ -37,3 +37,14 @@ import _ "hotgo/addons/@{.name}"
|
||||
gf gen service -s=addons/@{.name}/logic -d=addons/@{.name}/service
|
||||
|
||||
```
|
||||
|
||||
```shell
|
||||
# 插件迁移
|
||||
cp .\internal\dao\internal\@{.name}* .\addons\@{.name}\dao\internal\
|
||||
cp .\internal\model\entity\@{.name}* .\addons\@{.name}\model\entity\
|
||||
```
|
||||
|
||||
### 插件开发
|
||||
- 直接在后台新建插件
|
||||
- 创建迁移脚本
|
||||
- 开发工具->代码生成:自动生成前后端模块
|
||||
Reference in New Issue
Block a user