提交 314161fc 编写于 作者: ibizdev's avatar ibizdev

generator before deploy...

generator before deploy registry.cn-shanghai.aliyuncs.com/ibizsys/samplesolution-demosys-api-demoapi:2022.11.28.001
上级 74f7cb30
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
</parent> </parent>
<artifactId>demo-core</artifactId> <artifactId>demo-core</artifactId>
<name>后台服务 Core</name> <name>Demo Core</name>
<description>后台服务 Core</description> <description>后台服务 Core,模板生成代码,再次发布会覆盖,建议不要直接修改,修改请在demo-boot项目中继承或覆盖重写</description>
<dependencies> <dependencies>
...@@ -20,6 +20,14 @@ ...@@ -20,6 +20,14 @@
<artifactId>ibizlab-boot-starter-data</artifactId> <artifactId>ibizlab-boot-starter-data</artifactId>
<version>2.4.0-SNAPSHOT</version> <version>2.4.0-SNAPSHOT</version>
</dependency> </dependency>
<!-- MySQL驱动包 -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
</dependencies> </dependencies>
<properties> <properties>
......
...@@ -110,10 +110,7 @@ ...@@ -110,10 +110,7 @@
"name": "扩展编辑器" }, "name": "扩展编辑器" },
{ {
"id": "menuitem65", "id": "menuitem65",
"name": "微服务组件" }, "name": "微服务组件" }
{
"id": "menuitem151",
"name": "编辑器插件示例" }
] ]
}, },
...@@ -875,6 +872,28 @@ ...@@ -875,6 +872,28 @@
} }
] ]
},
{
"id": "menuitem233",
"name": "插件",
"item": [
{
"id": "menuitem236",
"name": "部件插件" },
{
"id": "menuitem234",
"name": "表格列插件" },
{
"id": "menuitem151",
"name": "编辑器插件示例" },
{
"id": "menuitem235",
"name": "视图样式插件" },
{
"id": "menuitem237",
"name": "表格模板插件(透视表)" }
]
} }
] ]
......
[ [
{ {
"name":"年度", "name": "年度",
"code":"Years", "code": "Years",
"group":"", "group": "",
"memo":"", "memo": "",
"enable":"",
} }
] ]
\ No newline at end of file
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<artifactId>demo</artifactId> <artifactId>demo</artifactId>
<groupId>cn.ibizlab</groupId> <groupId>cn.ibizlab</groupId>
<version>1.0.0.0</version> <version>1.0.0.0</version>
<name>后台服务</name> <name>Demo</name>
<description></description> <description>后台服务</description>
<packaging>pom</packaging> <packaging>pom</packaging>
<parent> <parent>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册