Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
KnowledgePlanet
road-map
xfg-frame-archetype-lite
提交
bd509e13
xfg-frame-archetype-lite
项目概览
KnowledgePlanet
/
road-map
/
xfg-frame-archetype-lite
通知
1157
Star
58
Fork
71
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
xfg-frame-archetype-lite
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
bd509e13
编写于
11月 22, 2024
作者:
鲸落和鲨掉
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改项目名称
上级
40594015
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
25 addition
and
23 deletion
+25
-23
pom.xml
pom.xml
+5
-5
xfg-frame-archetype-lite-api/pom.xml
xfg-frame-archetype-lite-api/pom.xml
+2
-2
xfg-frame-archetype-lite-app/pom.xml
xfg-frame-archetype-lite-app/pom.xml
+4
-4
xfg-frame-archetype-lite-domain/pom.xml
xfg-frame-archetype-lite-domain/pom.xml
+3
-3
xfg-frame-archetype-lite-infrastructure/pom.xml
xfg-frame-archetype-lite-infrastructure/pom.xml
+3
-3
xfg-frame-archetype-lite-infrastructure/src/main/java/cn/bugstack/infrastructure/persistent/dao/IRuleTreeNodeLineDao.java
...k/infrastructure/persistent/dao/IRuleTreeNodeLineDao.java
+2
-0
xfg-frame-archetype-lite-trigger/pom.xml
xfg-frame-archetype-lite-trigger/pom.xml
+4
-4
xfg-frame-archetype-lite-types/pom.xml
xfg-frame-archetype-lite-types/pom.xml
+2
-2
未找到文件。
pom.xml
浏览文件 @
bd509e13
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
cn.bugstack
</groupId>
<groupId>
cn.bugstack
</groupId>
<artifactId>
xfg-frame-archetype
-lite
</artifactId>
<artifactId>
big-market
-lite
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<version>
1.0-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
...
@@ -110,22 +110,22 @@
...
@@ -110,22 +110,22 @@
<!-- 工程模块 -->
<!-- 工程模块 -->
<dependency>
<dependency>
<groupId>
cn.bugstack
</groupId>
<groupId>
cn.bugstack
</groupId>
<artifactId>
xfg-frame-archetype-lite
-domain
</artifactId>
<artifactId>
bigmarket
-domain
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<version>
1.0-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
cn.bugstack
</groupId>
<groupId>
cn.bugstack
</groupId>
<artifactId>
xfg-frame-archetype-lite
-infrastructure
</artifactId>
<artifactId>
bigmarket
-infrastructure
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<version>
1.0-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
cn.bugstack
</groupId>
<groupId>
cn.bugstack
</groupId>
<artifactId>
xfg-frame-archetype-lite
-types
</artifactId>
<artifactId>
bigmarket
-types
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<version>
1.0-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
cn.bugstack
</groupId>
<groupId>
cn.bugstack
</groupId>
<artifactId>
xfg-frame-archetype-lite
-trigger
</artifactId>
<artifactId>
bigmarket
-trigger
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<version>
1.0-SNAPSHOT
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
xfg-frame-archetype-lite-api/pom.xml
浏览文件 @
bd509e13
...
@@ -5,11 +5,11 @@
...
@@ -5,11 +5,11 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<groupId>
cn.bugstack
</groupId>
<groupId>
cn.bugstack
</groupId>
<artifactId>
xfg-frame-archetype
-lite
</artifactId>
<artifactId>
big-market
-lite
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<version>
1.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
xfg-frame-archetype-lite
-api
</artifactId>
<artifactId>
bigmarket
-api
</artifactId>
<dependencies>
<dependencies>
<dependency>
<dependency>
...
...
xfg-frame-archetype-lite-app/pom.xml
浏览文件 @
bd509e13
...
@@ -3,11 +3,11 @@
...
@@ -3,11 +3,11 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<groupId>
cn.bugstack
</groupId>
<groupId>
cn.bugstack
</groupId>
<artifactId>
xfg-frame-archetype
-lite
</artifactId>
<artifactId>
big-market
-lite
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<version>
1.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
xfg-frame-archetype-lite
-app
</artifactId>
<artifactId>
bigmarket
-app
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
@@ -86,11 +86,11 @@
...
@@ -86,11 +86,11 @@
<!-- 工程模块;启动依赖 trigger->domain, infrastructure-->
<!-- 工程模块;启动依赖 trigger->domain, infrastructure-->
<dependency>
<dependency>
<groupId>
cn.bugstack
</groupId>
<groupId>
cn.bugstack
</groupId>
<artifactId>
xfg-frame-archetype-lite
-trigger
</artifactId>
<artifactId>
bigmarket
-trigger
</artifactId>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
cn.bugstack
</groupId>
<groupId>
cn.bugstack
</groupId>
<artifactId>
xfg-frame-archetype-lite
-infrastructure
</artifactId>
<artifactId>
bigmarket
-infrastructure
</artifactId>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
xfg-frame-archetype-lite-domain/pom.xml
浏览文件 @
bd509e13
...
@@ -3,11 +3,11 @@
...
@@ -3,11 +3,11 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<groupId>
cn.bugstack
</groupId>
<groupId>
cn.bugstack
</groupId>
<artifactId>
xfg-frame-archetype
-lite
</artifactId>
<artifactId>
big-market
-lite
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<version>
1.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
xfg-frame-archetype-lite
-domain
</artifactId>
<artifactId>
bigmarket
-domain
</artifactId>
<dependencies>
<dependencies>
<dependency>
<dependency>
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
<!-- 系统模块 -->
<!-- 系统模块 -->
<dependency>
<dependency>
<groupId>
cn.bugstack
</groupId>
<groupId>
cn.bugstack
</groupId>
<artifactId>
xfg-frame-archetype-lite
-types
</artifactId>
<artifactId>
bigmarket
-types
</artifactId>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
xfg-frame-archetype-lite-infrastructure/pom.xml
浏览文件 @
bd509e13
...
@@ -3,11 +3,11 @@
...
@@ -3,11 +3,11 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<groupId>
cn.bugstack
</groupId>
<groupId>
cn.bugstack
</groupId>
<artifactId>
xfg-frame-archetype
-lite
</artifactId>
<artifactId>
big-market
-lite
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<version>
1.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
xfg-frame-archetype-lite
-infrastructure
</artifactId>
<artifactId>
bigmarket
-infrastructure
</artifactId>
<dependencies>
<dependencies>
<dependency>
<dependency>
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<!-- 系统模块 -->
<!-- 系统模块 -->
<dependency>
<dependency>
<groupId>
cn.bugstack
</groupId>
<groupId>
cn.bugstack
</groupId>
<artifactId>
xfg-frame-archetype-lite
-domain
</artifactId>
<artifactId>
bigmarket
-domain
</artifactId>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
xfg-frame-archetype-lite-infrastructure/src/main/java/cn/bugstack/infrastructure/persistent/dao/IRuleTreeNodeLineDao.java
浏览文件 @
bd509e13
...
@@ -6,6 +6,8 @@ import java.util.List;
...
@@ -6,6 +6,8 @@ import java.util.List;
@Mapper
@Mapper
public
interface
IRuleTreeNodeLineDao
{
public
interface
IRuleTreeNodeLineDao
{
List
<
RuleTreeNodeLine
>
queryRuleTreeNodeLineListByTreeId
(
String
treeId
);
List
<
RuleTreeNodeLine
>
queryRuleTreeNodeLineListByTreeId
(
String
treeId
);
}
}
xfg-frame-archetype-lite-trigger/pom.xml
浏览文件 @
bd509e13
...
@@ -3,11 +3,11 @@
...
@@ -3,11 +3,11 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<groupId>
cn.bugstack
</groupId>
<groupId>
cn.bugstack
</groupId>
<artifactId>
xfg-frame-archetype
-lite
</artifactId>
<artifactId>
big-market
-lite
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<version>
1.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
xfg-frame-archetype-lite
-trigger
</artifactId>
<artifactId>
bigmarket
-trigger
</artifactId>
<dependencies>
<dependencies>
<dependency>
<dependency>
...
@@ -30,11 +30,11 @@
...
@@ -30,11 +30,11 @@
<!-- 系统模块 -->
<!-- 系统模块 -->
<dependency>
<dependency>
<groupId>
cn.bugstack
</groupId>
<groupId>
cn.bugstack
</groupId>
<artifactId>
xfg-frame-archetype-lite
-types
</artifactId>
<artifactId>
bigmarket
-types
</artifactId>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
cn.bugstack
</groupId>
<groupId>
cn.bugstack
</groupId>
<artifactId>
xfg-frame-archetype-lite
-domain
</artifactId>
<artifactId>
bigmarket
-domain
</artifactId>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
xfg-frame-archetype-lite-types/pom.xml
浏览文件 @
bd509e13
...
@@ -3,11 +3,11 @@
...
@@ -3,11 +3,11 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<groupId>
cn.bugstack
</groupId>
<groupId>
cn.bugstack
</groupId>
<artifactId>
xfg-frame-archetype
-lite
</artifactId>
<artifactId>
big-market
-lite
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<version>
1.0-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
xfg-frame-archetype-lite
-types
</artifactId>
<artifactId>
bigmarket
-types
</artifactId>
<dependencies>
<dependencies>
<dependency>
<dependency>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录