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
3e31c8f7
Commit
3e31c8f7
authored
Jun 04, 2020
by
yuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.0.0项目初始化
parent
8188e53a
Show whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
59 additions
and
304 deletions
+59
-304
pom.xml
datax-auth/pom.xml
+0
-21
pom.xml
datax-config/pom.xml
+0
-19
pom.xml
datax-eureka/pom.xml
+0
-19
pom.xml
datax-gateway/pom.xml
+0
-19
pom.xml
datax-modules/codegen-service-parent/codegen-service/pom.xml
+0
-19
Generate.java
...rc/main/java/cn/datax/service/codegen/utils/Generate.java
+3
-4
pom.xml
...y-service-parent/data-factory-service-sql-console/pom.xml
+0
-19
pom.xml
.../data-factory-service-parent/data-factory-service/pom.xml
+0
-19
pom.xml
...arket-service-parent/data-market-service-api-call/pom.xml
+0
-19
pom.xml
...es/data-market-service-parent/data-market-service/pom.xml
+0
-19
NamedParameterUtil.java
...n/datax/service/data/market/utils/NamedParameterUtil.java
+2
-2
pom.xml
datax-modules/email-service-parent/email-service/pom.xml
+0
-19
pom.xml
datax-modules/file-service-parent/file-service/pom.xml
+0
-19
pom.xml
datax-modules/quartz-service-parent/quartz-service/pom.xml
+0
-19
pom.xml
datax-modules/system-service-parent/system-service/pom.xml
+0
-30
pom.xml
...-modules/workflow-service-parent/workflow-service/pom.xml
+0
-19
pom.xml
datax-tools/datax-tool-monitor/pom.xml
+0
-19
pom.xml
pom.xml
+54
-0
No files found.
datax-auth/pom.xml
View file @
3e31c8f7
...
@@ -63,27 +63,7 @@
...
@@ -63,27 +63,7 @@
<plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<version>
${spring-boot.version}
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.8.1
</version>
<configuration>
<target>
${maven.compiler.target}
</target>
<source>
${maven.compiler.source}
</source>
<encoding>
${project.build.sourceEncoding}
</encoding>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
3.0.0-M3
</version>
<configuration>
<skipTests>
true
</skipTests>
</configuration>
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
</project>
</project>
\ No newline at end of file
datax-config/pom.xml
View file @
3e31c8f7
...
@@ -40,25 +40,6 @@
...
@@ -40,25 +40,6 @@
<plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<version>
${spring-boot.version}
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.8.1
</version>
<configuration>
<target>
${maven.compiler.target}
</target>
<source>
${maven.compiler.source}
</source>
<encoding>
${project.build.sourceEncoding}
</encoding>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
3.0.0-M3
</version>
<configuration>
<skipTests>
true
</skipTests>
</configuration>
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
...
...
datax-eureka/pom.xml
View file @
3e31c8f7
...
@@ -40,25 +40,6 @@
...
@@ -40,25 +40,6 @@
<plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<version>
${spring-boot.version}
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.8.1
</version>
<configuration>
<target>
${maven.compiler.target}
</target>
<source>
${maven.compiler.source}
</source>
<encoding>
${project.build.sourceEncoding}
</encoding>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
3.0.0-M3
</version>
<configuration>
<skipTests>
true
</skipTests>
</configuration>
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
...
...
datax-gateway/pom.xml
View file @
3e31c8f7
...
@@ -49,25 +49,6 @@
...
@@ -49,25 +49,6 @@
<plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<version>
${spring-boot.version}
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.8.1
</version>
<configuration>
<target>
${maven.compiler.target}
</target>
<source>
${maven.compiler.source}
</source>
<encoding>
${project.build.sourceEncoding}
</encoding>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
3.0.0-M3
</version>
<configuration>
<skipTests>
true
</skipTests>
</configuration>
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
...
...
datax-modules/codegen-service-parent/codegen-service/pom.xml
View file @
3e31c8f7
...
@@ -86,25 +86,6 @@
...
@@ -86,25 +86,6 @@
<plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<version>
${spring-boot.version}
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.8.1
</version>
<configuration>
<target>
${maven.compiler.target}
</target>
<source>
${maven.compiler.source}
</source>
<encoding>
${project.build.sourceEncoding}
</encoding>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
3.0.0-M3
</version>
<configuration>
<skipTests>
true
</skipTests>
</configuration>
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
...
...
datax-modules/codegen-service-parent/codegen-service/src/main/java/cn/datax/service/codegen/utils/Generate.java
View file @
3e31c8f7
...
@@ -17,10 +17,9 @@ import java.util.Map;
...
@@ -17,10 +17,9 @@ import java.util.Map;
public
class
Generate
{
public
class
Generate
{
public
static
void
main
(
String
[]
args
)
{
// public static void main(String[] args) {
// 代码生成器
// generateByTables("F://code", "market", "cn.datax.service.data", new String[]{"data_api"});
generateByTables
(
"F://code"
,
"market"
,
"cn.datax.service.data"
,
new
String
[]{
"data_api"
});
// }
}
/**
/**
* 根据表自动生成
* 根据表自动生成
...
...
datax-modules/data-factory-service-parent/data-factory-service-sql-console/pom.xml
View file @
3e31c8f7
...
@@ -82,25 +82,6 @@
...
@@ -82,25 +82,6 @@
<plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<version>
${spring-boot.version}
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.8.1
</version>
<configuration>
<target>
${maven.compiler.target}
</target>
<source>
${maven.compiler.source}
</source>
<encoding>
${project.build.sourceEncoding}
</encoding>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
3.0.0-M3
</version>
<configuration>
<skipTests>
true
</skipTests>
</configuration>
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
...
...
datax-modules/data-factory-service-parent/data-factory-service/pom.xml
View file @
3e31c8f7
...
@@ -81,25 +81,6 @@
...
@@ -81,25 +81,6 @@
<plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<version>
${spring-boot.version}
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.8.1
</version>
<configuration>
<target>
${maven.compiler.target}
</target>
<source>
${maven.compiler.source}
</source>
<encoding>
${project.build.sourceEncoding}
</encoding>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
3.0.0-M3
</version>
<configuration>
<skipTests>
true
</skipTests>
</configuration>
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
...
...
datax-modules/data-market-service-parent/data-market-service-api-call/pom.xml
View file @
3e31c8f7
...
@@ -87,25 +87,6 @@
...
@@ -87,25 +87,6 @@
<plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<version>
${spring-boot.version}
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.8.1
</version>
<configuration>
<target>
${maven.compiler.target}
</target>
<source>
${maven.compiler.source}
</source>
<encoding>
${project.build.sourceEncoding}
</encoding>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
3.0.0-M3
</version>
<configuration>
<skipTests>
true
</skipTests>
</configuration>
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
...
...
datax-modules/data-market-service-parent/data-market-service/pom.xml
View file @
3e31c8f7
...
@@ -81,25 +81,6 @@
...
@@ -81,25 +81,6 @@
<plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<version>
${spring-boot.version}
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.8.1
</version>
<configuration>
<target>
${maven.compiler.target}
</target>
<source>
${maven.compiler.source}
</source>
<encoding>
${project.build.sourceEncoding}
</encoding>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
3.0.0-M3
</version>
<configuration>
<skipTests>
true
</skipTests>
</configuration>
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
...
...
datax-modules/data-market-service-parent/data-market-service/src/main/java/cn/datax/service/data/market/utils/NamedParameterUtil.java
View file @
3e31c8f7
...
@@ -10,7 +10,7 @@ import java.util.*;
...
@@ -10,7 +10,7 @@ import java.util.*;
*/
*/
public
class
NamedParameterUtil
{
public
class
NamedParameterUtil
{
public
static
void
main
(
String
[]
args
)
{
//
public static void main(String[] args) {
// String sql = "select * from user where 1 = 1 ${ and id = :id } ${and name = :name}";
// String sql = "select * from user where 1 = 1 ${ and id = :id } ${and name = :name}";
// int start = sql.indexOf("${");
// int start = sql.indexOf("${");
// int end = sql.indexOf("}", start);
// int end = sql.indexOf("}", start);
...
@@ -31,7 +31,7 @@ public class NamedParameterUtil {
...
@@ -31,7 +31,7 @@ public class NamedParameterUtil {
// Object[] array = new Object[] {};
// Object[] array = new Object[] {};
// array = sqlFilterResult.getAcceptedFilters().values().toArray();
// array = sqlFilterResult.getAcceptedFilters().values().toArray();
// Arrays.stream(array).forEach(s -> System.out.println(s));
// Arrays.stream(array).forEach(s -> System.out.println(s));
}
//
}
private
NamedParameterUtil
()
{}
private
NamedParameterUtil
()
{}
...
...
datax-modules/email-service-parent/email-service/pom.xml
View file @
3e31c8f7
...
@@ -86,25 +86,6 @@
...
@@ -86,25 +86,6 @@
<plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<version>
${spring-boot.version}
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.8.1
</version>
<configuration>
<target>
${maven.compiler.target}
</target>
<source>
${maven.compiler.source}
</source>
<encoding>
${project.build.sourceEncoding}
</encoding>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
3.0.0-M3
</version>
<configuration>
<skipTests>
true
</skipTests>
</configuration>
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
...
...
datax-modules/file-service-parent/file-service/pom.xml
View file @
3e31c8f7
...
@@ -88,25 +88,6 @@
...
@@ -88,25 +88,6 @@
<plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<version>
${spring-boot.version}
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.8.1
</version>
<configuration>
<target>
${maven.compiler.target}
</target>
<source>
${maven.compiler.source}
</source>
<encoding>
${project.build.sourceEncoding}
</encoding>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
3.0.0-M3
</version>
<configuration>
<skipTests>
true
</skipTests>
</configuration>
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
...
...
datax-modules/quartz-service-parent/quartz-service/pom.xml
View file @
3e31c8f7
...
@@ -87,25 +87,6 @@
...
@@ -87,25 +87,6 @@
<plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<version>
${spring-boot.version}
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.8.1
</version>
<configuration>
<target>
${maven.compiler.target}
</target>
<source>
${maven.compiler.source}
</source>
<encoding>
${project.build.sourceEncoding}
</encoding>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
3.0.0-M3
</version>
<configuration>
<skipTests>
true
</skipTests>
</configuration>
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
...
...
datax-modules/system-service-parent/system-service/pom.xml
View file @
3e31c8f7
...
@@ -86,36 +86,6 @@
...
@@ -86,36 +86,6 @@
<plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<version>
${spring-boot.version}
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.8.1
</version>
<configuration>
<target>
${maven.compiler.target}
</target>
<source>
${maven.compiler.source}
</source>
<encoding>
${project.build.sourceEncoding}
</encoding>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
3.0.0-M3
</version>
<configuration>
<skipTests>
true
</skipTests>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-resources-plugin
</artifactId>
<version>
3.0.2
</version>
<configuration>
<nonFilteredFileExtensions>
<!--解决分布式报表文件读取不到-->
<nonFilteredFileExtension>
jasper
</nonFilteredFileExtension>
</nonFilteredFileExtensions>
</configuration>
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
...
...
datax-modules/workflow-service-parent/workflow-service/pom.xml
View file @
3e31c8f7
...
@@ -80,25 +80,6 @@
...
@@ -80,25 +80,6 @@
<plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<version>
${spring-boot.version}
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.8.1
</version>
<configuration>
<target>
${maven.compiler.target}
</target>
<source>
${maven.compiler.source}
</source>
<encoding>
${project.build.sourceEncoding}
</encoding>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
3.0.0-M3
</version>
<configuration>
<skipTests>
true
</skipTests>
</configuration>
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
...
...
datax-tools/datax-tool-monitor/pom.xml
View file @
3e31c8f7
...
@@ -40,25 +40,6 @@
...
@@ -40,25 +40,6 @@
<plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<version>
${spring-boot.version}
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.8.1
</version>
<configuration>
<target>
${maven.compiler.target}
</target>
<source>
${maven.compiler.source}
</source>
<encoding>
${project.build.sourceEncoding}
</encoding>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
3.0.0-M3
</version>
<configuration>
<skipTests>
true
</skipTests>
</configuration>
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
...
...
pom.xml
View file @
3e31c8f7
...
@@ -12,6 +12,13 @@
...
@@ -12,6 +12,13 @@
<name>
datax-cloud
</name>
<name>
datax-cloud
</name>
<description>
云数据管理平台
</description>
<description>
云数据管理平台
</description>
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.2.7.RELEASE
</version>
<relativePath/>
</parent>
<properties>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
...
@@ -122,4 +129,51 @@
...
@@ -122,4 +129,51 @@
</dependency>
</dependency>
</dependencies>
</dependencies>
</dependencyManagement>
</dependencyManagement>
<build>
<finalName>
${project.name}
</finalName>
<pluginManagement>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<version>
${spring-boot.version}
</version>
<configuration>
<finalName>
${project.build.finalName}
</finalName>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.8.1
</version>
<configuration>
<target>
${maven.compiler.target}
</target>
<source>
${maven.compiler.source}
</source>
<encoding>
${project.build.sourceEncoding}
</encoding>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
3.0.0-M3
</version>
<configuration>
<skipTests>
true
</skipTests>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-resources-plugin
</artifactId>
<version>
3.0.2
</version>
<configuration>
<nonFilteredFileExtensions>
<!--解决分布式报表文件读取不到-->
<nonFilteredFileExtension>
jasper
</nonFilteredFileExtension>
</nonFilteredFileExtensions>
</configuration>
</plugin>
</plugins>
</build>
</project>
</project>
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