Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
test
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
邬友楠
test
Commits
1ca6152f
Commit
1ca6152f
authored
May 26, 2020
by
雍欢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.2.8-SNAPSHOT
parent
a8d7d0de
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
29 additions
and
16 deletions
+29
-16
.gitignore
huigou-common/.gitignore
+2
-1
pom.xml
huigou-common/pom.xml
+1
-1
pom.xml
huigou-core-api/pom.xml
+1
-1
pom.xml
huigou-core-impl/pom.xml
+1
-1
pom.xml
huigou-core-proxy/pom.xml
+1
-1
pom.xml
huigou-data/pom.xml
+1
-1
pom.xml
huigou-loader/pom.xml
+1
-1
pom.xml
huigou-system-common/pom.xml
+1
-1
pom.xml
huigou-uasp/pom.xml
+2
-2
pom.xml
huigou-xt/pom.xml
+1
-1
spring-data.xml
huigou-xt/src/main/resources/config/spring/spring-data.xml
+5
-0
messages_en.properties
huigou-xt/src/main/resources/i18n/messages_en.properties
+2
-1
messages_zh.properties
huigou-xt/src/main/resources/i18n/messages_zh.properties
+2
-1
pom.xml
pom.xml
+7
-2
pom.xml
query-spring/pom.xml
+1
-1
No files found.
huigou-common/.gitignore
View file @
1ca6152f
...
@@ -6,4 +6,5 @@
...
@@ -6,4 +6,5 @@
.tern-project
.tern-project
*.iml
*.iml
/bin
/bin
/lib
/lib
\ No newline at end of file
src/main/resource/rebel.xml
\ No newline at end of file
huigou-common/pom.xml
View file @
1ca6152f
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<parent>
<parent>
<groupId>
com.huigou
</groupId>
<groupId>
com.huigou
</groupId>
<artifactId>
root
</artifactId>
<artifactId>
root
</artifactId>
<version>
1.2.
7
</version>
<version>
1.2.
8-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
huigou-common
</artifactId>
<artifactId>
huigou-common
</artifactId>
<name>
huigou-common
</name>
<name>
huigou-common
</name>
...
...
huigou-core-api/pom.xml
View file @
1ca6152f
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<parent>
<parent>
<groupId>
com.huigou
</groupId>
<groupId>
com.huigou
</groupId>
<artifactId>
root
</artifactId>
<artifactId>
root
</artifactId>
<version>
1.2.
7
</version>
<version>
1.2.
8-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
huigou-core-api
</artifactId>
<artifactId>
huigou-core-api
</artifactId>
<name>
huigou-core-api
</name>
<name>
huigou-core-api
</name>
...
...
huigou-core-impl/pom.xml
View file @
1ca6152f
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<parent>
<parent>
<groupId>
com.huigou
</groupId>
<groupId>
com.huigou
</groupId>
<artifactId>
root
</artifactId>
<artifactId>
root
</artifactId>
<version>
1.2.
7
</version>
<version>
1.2.
8-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
huigou-core-impl
</artifactId>
<artifactId>
huigou-core-impl
</artifactId>
<name>
huigou-core-impl
</name>
<name>
huigou-core-impl
</name>
...
...
huigou-core-proxy/pom.xml
View file @
1ca6152f
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<parent>
<parent>
<groupId>
com.huigou
</groupId>
<groupId>
com.huigou
</groupId>
<artifactId>
root
</artifactId>
<artifactId>
root
</artifactId>
<version>
1.2.
7
</version>
<version>
1.2.
8-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
huigou-core-proxy
</artifactId>
<artifactId>
huigou-core-proxy
</artifactId>
<name>
huigou-core-proxy
</name>
<name>
huigou-core-proxy
</name>
...
...
huigou-data/pom.xml
View file @
1ca6152f
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<parent>
<parent>
<groupId>
com.huigou
</groupId>
<groupId>
com.huigou
</groupId>
<artifactId>
root
</artifactId>
<artifactId>
root
</artifactId>
<version>
1.2.
7
</version>
<version>
1.2.
8-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
huigou-data
</artifactId>
<artifactId>
huigou-data
</artifactId>
<name>
huigou-data
</name>
<name>
huigou-data
</name>
...
...
huigou-loader/pom.xml
View file @
1ca6152f
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
com.huigou
</groupId>
<groupId>
com.huigou
</groupId>
<artifactId>
root
</artifactId>
<artifactId>
root
</artifactId>
<version>
1.2.
7
</version>
<version>
1.2.
8-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
huigou-loader
</artifactId>
<artifactId>
huigou-loader
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
huigou-system-common/pom.xml
View file @
1ca6152f
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
com.huigou
</groupId>
<groupId>
com.huigou
</groupId>
<artifactId>
root
</artifactId>
<artifactId>
root
</artifactId>
<version>
1.2.
7
</version>
<version>
1.2.
8-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
huigou-system-common
</artifactId>
<artifactId>
huigou-system-common
</artifactId>
...
...
huigou-uasp/pom.xml
View file @
1ca6152f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<parent>
<parent>
<groupId>
com.huigou
</groupId>
<groupId>
com.huigou
</groupId>
<artifactId>
root
</artifactId>
<artifactId>
root
</artifactId>
<version>
1.2.
7
</version>
<version>
1.2.
8-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
huigou-uasp
</artifactId>
<artifactId>
huigou-uasp
</artifactId>
<name>
huigou-uasp
</name>
<name>
huigou-uasp
</name>
...
@@ -348,7 +348,7 @@
...
@@ -348,7 +348,7 @@
<dependency>
<dependency>
<groupId>
com.topsunit
</groupId>
<groupId>
com.topsunit
</groupId>
<artifactId>
query-spring
</artifactId>
<artifactId>
query-spring
</artifactId>
<version>
1.2.
7
</version>
<version>
1.2.
8-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
net.sf.cssbox
</groupId>
<groupId>
net.sf.cssbox
</groupId>
...
...
huigou-xt/pom.xml
View file @
1ca6152f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<parent>
<parent>
<groupId>
com.huigou
</groupId>
<groupId>
com.huigou
</groupId>
<artifactId>
root
</artifactId>
<artifactId>
root
</artifactId>
<version>
1.2.
7
</version>
<version>
1.2.
8-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
huigou-xt
</artifactId>
<artifactId>
huigou-xt
</artifactId>
<name>
huigou-xt
</name>
<name>
huigou-xt
</name>
...
...
huigou-xt/src/main/resources/config/spring/spring-data.xml
View file @
1ca6152f
...
@@ -33,4 +33,9 @@
...
@@ -33,4 +33,9 @@
<bean
id=
"sqlBuilder"
class=
"com.huigou.data.query.parser.impl.SQLBuilderImpl"
>
<bean
id=
"sqlBuilder"
class=
"com.huigou.data.query.parser.impl.SQLBuilderImpl"
>
<property
name=
"permissionBuilder"
ref=
"queryPermissionBuilder"
/>
<property
name=
"permissionBuilder"
ref=
"queryPermissionBuilder"
/>
</bean>
</bean>
<bean
id=
"mapperScannerConfigurer"
class=
"com.topsunit.query.spring.mapper.MapperScannerConfigurer"
>
<property
name=
"basePackage"
value=
"com.huigou.**.mapper"
/>
<property
name=
"sqlExecutorBeanName"
value=
"sqlExecutorDao"
/>
</bean>
</beans>
</beans>
\ No newline at end of file
huigou-xt/src/main/resources/i18n/messages_en.properties
View file @
1ca6152f
...
@@ -38,4 +38,5 @@ invalid.field.type=Type of invalid inspection field.
...
@@ -38,4 +38,5 @@ invalid.field.type=Type of invalid inspection field.
unable.to.move.to
=
{0} can't be moved to {1}.
unable.to.move.to
=
{0} can't be moved to {1}.
deptId.not.blank
=
Department ID can't be blank.
deptId.not.blank
=
Department ID can't be blank.
proc.unit.id.not.blank
=
Process step ID can't be blank!
proc.unit.id.not.blank
=
Process step ID can't be blank!
proc.unit.handler.group.id.not.null
=
Process grouping ID can't be blank!
proc.unit.handler.group.id.not.null
=
Process grouping ID can't be blank!
\ No newline at end of file
roleId.not.blank
=
Parameter roleId can't be blank!
\ No newline at end of file
huigou-xt/src/main/resources/i18n/messages_zh.properties
View file @
1ca6152f
...
@@ -38,4 +38,5 @@ invalid.field.type=无效的检查字段类型。
...
@@ -38,4 +38,5 @@ invalid.field.type=无效的检查字段类型。
unable.to.move.to
=
{0}无法移动到{1}。
unable.to.move.to
=
{0}无法移动到{1}。
deptId.not.blank
=
部门ID不能为空。
deptId.not.blank
=
部门ID不能为空。
proc.unit.id.not.blank
=
流程环节id不能为空!
proc.unit.id.not.blank
=
流程环节id不能为空!
proc.unit.handler.group.id.not.null
=
流程分组id不能为空!
proc.unit.handler.group.id.not.null
=
流程分组id不能为空!
\ No newline at end of file
roleId.not.blank
=
参数 roleId 不能为空。
\ No newline at end of file
pom.xml
View file @
1ca6152f
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<groupId>
com.huigou
</groupId>
<groupId>
com.huigou
</groupId>
<artifactId>
root
</artifactId>
<artifactId>
root
</artifactId>
<version>
1.2.
7
</version>
<version>
1.2.
8-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<modules>
<modules>
...
@@ -158,7 +158,7 @@
...
@@ -158,7 +158,7 @@
<!-- test -->
<!-- test -->
<junit.version>
4.13
</junit.version>
<junit.version>
4.13
</junit.version>
<spring-data-mongodb.version>
1.9.3.RELEASE
</spring-data-mongodb.version>
<spring-data-mongodb.version>
1.9.3.RELEASE
</spring-data-mongodb.version>
<huigou.uasp.version>
1.2.
7
</huigou.uasp.version>
<huigou.uasp.version>
1.2.
8-SNAPSHOT
</huigou.uasp.version>
<classgraph.version>
4.8.43
</classgraph.version>
<classgraph.version>
4.8.43
</classgraph.version>
<fastjson.version>
1.2.59
</fastjson.version>
<fastjson.version>
1.2.59
</fastjson.version>
<jstyleparser.version>
3.5
</jstyleparser.version>
<jstyleparser.version>
3.5
</jstyleparser.version>
...
@@ -1940,6 +1940,11 @@
...
@@ -1940,6 +1940,11 @@
<artifactId>
spring-test
</artifactId>
<artifactId>
spring-test
</artifactId>
<version>
${spring.version}
</version>
<version>
${spring.version}
</version>
</dependency>
</dependency>
<dependency>
<groupId>
com.topsunit
</groupId>
<artifactId>
query-spring
</artifactId>
<version>
${huigou.uasp.version}
</version>
</dependency>
</dependencies>
</dependencies>
</dependencyManagement>
</dependencyManagement>
<distributionManagement>
<distributionManagement>
...
...
query-spring/pom.xml
View file @
1ca6152f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<parent>
<parent>
<groupId>
com.huigou
</groupId>
<groupId>
com.huigou
</groupId>
<artifactId>
root
</artifactId>
<artifactId>
root
</artifactId>
<version>
1.2.
7
</version>
<version>
1.2.
8-SNAPSHOT
</version>
</parent>
</parent>
<groupId>
com.topsunit
</groupId>
<groupId>
com.topsunit
</groupId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment