Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
datax-cloud
Overview
Overview
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
黄营
datax-cloud
Commits
0706f24a
Commit
0706f24a
authored
Mar 14, 2020
by
yuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目初始化
parent
2f75acc5
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
201 additions
and
10 deletions
+201
-10
pom.xml
datax-modules/data-assets-service-parent/pom.xml
+18
-0
pom.xml
...a-factory-service-parent/data-factory-service-api/pom.xml
+16
-0
pom.xml
.../data-factory-service-parent/data-factory-service/pom.xml
+16
-0
DataFactoryApplication.java
...cn/datax/service/data/factory/DataFactoryApplication.java
+12
-0
pom.xml
datax-modules/data-factory-service-parent/pom.xml
+21
-0
pom.xml
datax-modules/data-master-service-parent/pom.xml
+18
-0
pom.xml
datax-modules/data-meta-service-parent/pom.xml
+18
-0
pom.xml
datax-modules/data-share-service-parent/pom.xml
+18
-0
pom.xml
datax-modules/data-vaild-service-parent/pom.xml
+18
-0
pom.xml
datax-modules/data-visual-service-parent/pom.xml
+18
-0
pom.xml
datax-modules/email-service-parent/pom.xml
+0
-2
pom.xml
datax-modules/file-service-parent/pom.xml
+0
-2
pom.xml
datax-modules/form-making-service-parent/pom.xml
+18
-0
pom.xml
datax-modules/pom.xml
+8
-2
pom.xml
datax-modules/system-service-parent/pom.xml
+0
-2
Generate.java
...n/src/main/java/cn/datax/tool/codegen/utils/Generate.java
+2
-2
No files found.
datax-modules/data-assets-service-parent/pom.xml
0 → 100644
View file @
0706f24a
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
datax-modules
</artifactId>
<groupId>
cn.datax
</groupId>
<version>
1.0.0
</version>
</parent>
<packaging>
pom
</packaging>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
data-assets-service-parent
</artifactId>
<description>
数据资产
</description>
<modules></modules>
</project>
\ No newline at end of file
datax-modules/data-factory-service-parent/data-factory-service-api/pom.xml
0 → 100644
View file @
0706f24a
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
data-factory-service-parent
</artifactId>
<groupId>
cn.datax
</groupId>
<version>
1.0.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
data-factory-service-api
</artifactId>
</project>
\ No newline at end of file
datax-modules/data-factory-service-parent/data-factory-service/pom.xml
0 → 100644
View file @
0706f24a
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
data-factory-service-parent
</artifactId>
<groupId>
cn.datax
</groupId>
<version>
1.0.0
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
data-factory-service
</artifactId>
</project>
\ No newline at end of file
datax-modules/data-factory-service-parent/data-factory-service/src/main/java/cn/datax/service/data/factory/DataFactoryApplication.java
0 → 100644
View file @
0706f24a
package
cn
.
datax
.
service
.
data
.
factory
;
import
org.springframework.boot.SpringApplication
;
import
org.springframework.cloud.client.SpringCloudApplication
;
@SpringCloudApplication
public
class
DataFactoryApplication
{
public
static
void
main
(
String
[]
args
)
{
SpringApplication
.
run
(
DataFactoryApplication
.
class
);
}
}
datax-modules/data-factory-service-parent/pom.xml
0 → 100644
View file @
0706f24a
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
datax-modules
</artifactId>
<groupId>
cn.datax
</groupId>
<version>
1.0.0
</version>
</parent>
<packaging>
pom
</packaging>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
data-factory-service-parent
</artifactId>
<description>
数据工厂
</description>
<modules>
<module>
data-factory-service
</module>
<module>
data-factory-service-api
</module>
</modules>
</project>
\ No newline at end of file
datax-modules/data-master-service-parent/pom.xml
0 → 100644
View file @
0706f24a
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
datax-modules
</artifactId>
<groupId>
cn.datax
</groupId>
<version>
1.0.0
</version>
</parent>
<packaging>
pom
</packaging>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
data-master-parent
</artifactId>
<description>
主数据管理
</description>
<modules></modules>
</project>
\ No newline at end of file
datax-modules/data-meta-service-parent/pom.xml
0 → 100644
View file @
0706f24a
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
datax-modules
</artifactId>
<groupId>
cn.datax
</groupId>
<version>
1.0.0
</version>
</parent>
<packaging>
pom
</packaging>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
data-meta-parent
</artifactId>
<description>
元数据管理
</description>
<modules></modules>
</project>
\ No newline at end of file
datax-modules/data-share-service-parent/pom.xml
0 → 100644
View file @
0706f24a
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
datax-modules
</artifactId>
<groupId>
cn.datax
</groupId>
<version>
1.0.0
</version>
</parent>
<packaging>
pom
</packaging>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
data-share-parent
</artifactId>
<description>
数据共享
</description>
<modules></modules>
</project>
\ No newline at end of file
datax-modules/data-vaild-service-parent/pom.xml
0 → 100644
View file @
0706f24a
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
datax-modules
</artifactId>
<groupId>
cn.datax
</groupId>
<version>
1.0.0
</version>
</parent>
<packaging>
pom
</packaging>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
data-vaild-parent
</artifactId>
<description>
数据质量
</description>
<modules></modules>
</project>
\ No newline at end of file
datax-modules/data-visual-service-parent/pom.xml
0 → 100644
View file @
0706f24a
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
datax-modules
</artifactId>
<groupId>
cn.datax
</groupId>
<version>
1.0.0
</version>
</parent>
<packaging>
pom
</packaging>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
data-visual-parent
</artifactId>
<description>
数据可视化
</description>
<modules></modules>
</project>
\ No newline at end of file
datax-modules/email-service-parent/pom.xml
View file @
0706f24a
...
...
@@ -16,5 +16,4 @@
<module>
email-service
</module>
<module>
email-service-api
</module>
</modules>
</project>
\ No newline at end of file
datax-modules/file-service-parent/pom.xml
View file @
0706f24a
...
...
@@ -16,5 +16,4 @@
<module>
file-service
</module>
<module>
file-service-api
</module>
</modules>
</project>
\ No newline at end of file
datax-modules/form-making-service-parent/pom.xml
0 → 100644
View file @
0706f24a
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
datax-modules
</artifactId>
<groupId>
cn.datax
</groupId>
<version>
1.0.0
</version>
</parent>
<packaging>
pom
</packaging>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
form-making-parent
</artifactId>
<description>
智能表单
</description>
<modules></modules>
</project>
\ No newline at end of file
datax-modules/pom.xml
View file @
0706f24a
...
...
@@ -16,6 +16,13 @@
<module>
system-service-parent
</module>
<module>
file-service-parent
</module>
<module>
email-service-parent
</module>
<module>
data-factory-service-parent
</module>
<module>
data-assets-service-parent
</module>
<module>
data-vaild-service-parent
</module>
<module>
data-share-service-parent
</module>
<module>
data-visual-service-parent
</module>
<module>
data-meta-service-parent
</module>
<module>
data-master-service-parent
</module>
<module>
form-making-service-parent
</module>
</modules>
</project>
\ No newline at end of file
datax-modules/system-service-parent/pom.xml
View file @
0706f24a
...
...
@@ -16,5 +16,4 @@
<module>
system-service
</module>
<module>
system-service-api
</module>
</modules>
</project>
\ No newline at end of file
datax-tools/datax-tool-codegen/src/main/java/cn/datax/tool/codegen/utils/Generate.java
View file @
0706f24a
...
...
@@ -41,7 +41,7 @@ public class Generate {
// 实体属性 Swagger2 注解
gc
.
setSwagger2
(
false
);
// 指定生成的主键的ID类型
gc
.
setIdType
(
IdType
.
ID_WORKER_STR
);
gc
.
setIdType
(
IdType
.
ASSIGN_ID
);
mpg
.
setGlobalConfig
(
gc
);
// 数据源配置
...
...
@@ -64,7 +64,7 @@ public class Generate {
InjectionConfig
cfg
=
new
InjectionConfig
()
{
@Override
public
void
initMap
()
{
Map
<
String
,
Object
>
map
=
new
HashMap
<
String
,
Object
>();
Map
<
String
,
Object
>
map
=
new
HashMap
<>();
map
.
put
(
"PackageParent"
,
"cn.datax.service"
);
this
.
setMap
(
map
);
}
...
...
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