From 3f8e22f0401d15ec5aa42cb8d7d79a8921b62ac7 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期一, 28 八月 2023 14:52:36 +0800
Subject: [PATCH] 方便开发测试
---
service-community/pom.xml | 51 ----
service-fee/pom.xml | 49 ----
service-order/pom.xml | 70 ------
service-store/pom.xml | 49 ----
service-scm/pom.xml | 49 ----
springboot/src/main/resources/dataSource-debug.yml | 4
service-dev/pom.xml | 51 ----
service-acct/pom.xml | 47 ----
service-job/pom.xml | 50 ----
service-oa/pom.xml | 47 ----
service-user/pom.xml | 49 ----
springboot/src/main/resources/application-debug.yml | 2
service-report/pom.xml | 51 ----
service-common/pom.xml | 53 ----
14 files changed, 5 insertions(+), 617 deletions(-)
diff --git a/service-acct/pom.xml b/service-acct/pom.xml
index d5f7815..467c314 100644
--- a/service-acct/pom.xml
+++ b/service-acct/pom.xml
@@ -6,21 +6,16 @@
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
-
<artifactId>service-acct</artifactId>
<packaging>jar</packaging>
-
<name>service-acct</name>
<url>http://maven.apache.org</url>
-
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
-
<dependencies>
-
<dependency>
<groupId>com.java110</groupId>
<artifactId>java110-service</artifactId>
@@ -29,47 +24,5 @@
<groupId>com.alipay.sdk</groupId>
<artifactId>alipay-sdk-java</artifactId>
</dependency>
-
-
</dependencies>
-
-
- <build>
- <finalName>service-acct</finalName>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
- <executions>
- <execution>
- <id>unpack</id>
- <phase>generate-resources</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>com.java110</groupId>
- <artifactId>java110-interface</artifactId>
- <version>${microcommunity.version}</version>
- <type>jar</type>
- <overWrite>true</overWrite>
- <outputDirectory>${project.build.directory}/classes</outputDirectory>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <configuration>
- <mainClass>com.java110.acct.AcctServiceApplicationStart</mainClass>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>
diff --git a/service-common/pom.xml b/service-common/pom.xml
index 3ffd586..56764ee 100755
--- a/service-common/pom.xml
+++ b/service-common/pom.xml
@@ -1,5 +1,4 @@
<?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>
@@ -8,36 +7,27 @@
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
-
<artifactId>service-common</artifactId>
-
<name>service-common</name>
-
<url>http://www.example.com</url>
-
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
-
<dependencies>
<dependency>
<groupId>com.java110</groupId>
<artifactId>java110-service</artifactId>
</dependency>
-
<dependency>
<groupId>org.activiti</groupId>
<artifactId>activiti-bpmn-layout</artifactId>
</dependency>
-
<dependency>
<groupId>org.activiti</groupId>
<artifactId>activiti-spring-boot-starter-basic</artifactId>
</dependency>
-
-
<dependency>
<groupId>org.activiti</groupId>
<artifactId>activiti-json-converter</artifactId>
@@ -69,48 +59,5 @@
<artifactId>batik-svggen</artifactId>
<version>1.7</version>
</dependency>
-
-
</dependencies>
-
- <build>
- <finalName>service-common</finalName>
-
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
- <executions>
- <execution>
- <id>unpack</id>
- <phase>generate-resources</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>com.java110</groupId>
- <artifactId>java110-interface</artifactId>
- <version>${microcommunity.version}</version>
- <type>jar</type>
- <overWrite>true</overWrite>
- <outputDirectory>${project.build.directory}/classes</outputDirectory>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <configuration>
- <mainClass>com.java110.common.CommonServiceApplicationStart</mainClass>
- </configuration>
- </plugin>
- </plugins>
-
- </build>
</project>
diff --git a/service-community/pom.xml b/service-community/pom.xml
index 9e3f8f4..fe18984 100755
--- a/service-community/pom.xml
+++ b/service-community/pom.xml
@@ -1,5 +1,4 @@
<?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>
@@ -8,69 +7,19 @@
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
-
<artifactId>service-community</artifactId>
<packaging>jar</packaging>
-
<name>service-community</name>
-
<url>http://www.example.com</url>
-
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
-
<dependencies>
<dependency>
<groupId>com.java110</groupId>
<artifactId>java110-service</artifactId>
</dependency>
-
-
-
-
</dependencies>
-
- <build>
- <finalName>service-community</finalName>
-
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
- <executions>
- <execution>
- <id>unpack</id>
- <phase>generate-resources</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>com.java110</groupId>
- <artifactId>java110-interface</artifactId>
- <version>${microcommunity.version}</version>
- <type>jar</type>
- <overWrite>true</overWrite>
- <outputDirectory>${project.build.directory}/classes</outputDirectory>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <configuration>
- <mainClass>com.java110.community.CommunityServiceApplicationStart</mainClass>
- </configuration>
- </plugin>
- </plugins>
-
- </build>
</project>
diff --git a/service-dev/pom.xml b/service-dev/pom.xml
index 74dfb25..829d909 100644
--- a/service-dev/pom.xml
+++ b/service-dev/pom.xml
@@ -1,5 +1,4 @@
<?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>
@@ -8,66 +7,18 @@
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
-
<artifactId>service-dev</artifactId>
-
<name>service-dev</name>
-
<url>http://www.example.com</url>
-
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
-
<dependencies>
<dependency>
<groupId>com.java110</groupId>
<artifactId>java110-service</artifactId>
</dependency>
-
-
</dependencies>
-
- <build>
- <finalName>service-dev</finalName>
-
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
- <executions>
- <execution>
- <id>unpack</id>
- <phase>generate-resources</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>com.java110</groupId>
- <artifactId>java110-interface</artifactId>
- <version>${microcommunity.version}</version>
- <type>jar</type>
- <overWrite>true</overWrite>
- <outputDirectory>${project.build.directory}/classes</outputDirectory>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <configuration>
- <mainClass>com.java110.dev.DevServiceApplicationStart</mainClass>
- </configuration>
- </plugin>
- </plugins>
-
- </build>
-</project>
\ No newline at end of file
+</project>
diff --git a/service-fee/pom.xml b/service-fee/pom.xml
index 8ccf35f..6eb8d71 100755
--- a/service-fee/pom.xml
+++ b/service-fee/pom.xml
@@ -1,5 +1,4 @@
<?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>
@@ -8,67 +7,19 @@
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
-
<artifactId>service-fee</artifactId>
<packaging>jar</packaging>
-
<name>service-fee</name>
-
<url>http://www.example.com</url>
-
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
-
<dependencies>
<dependency>
<groupId>com.java110</groupId>
<artifactId>java110-service</artifactId>
</dependency>
-
-
</dependencies>
-
- <build>
- <finalName>service-fee</finalName>
-
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
- <executions>
- <execution>
- <id>unpack</id>
- <phase>generate-resources</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>com.java110</groupId>
- <artifactId>java110-interface</artifactId>
- <version>${microcommunity.version}</version>
- <type>jar</type>
- <overWrite>true</overWrite>
- <outputDirectory>${project.build.directory}/classes</outputDirectory>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <configuration>
- <mainClass>com.java110.fee.FeeServiceApplicationStart</mainClass>
- </configuration>
- </plugin>
- </plugins>
-
- </build>
</project>
diff --git a/service-job/pom.xml b/service-job/pom.xml
index 3a21714..3a38c12 100755
--- a/service-job/pom.xml
+++ b/service-job/pom.xml
@@ -6,83 +6,33 @@
<groupId>com.java110</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
-
<artifactId>service-job</artifactId>
<packaging>jar</packaging>
-
<name>service-job</name>
<url>http://maven.apache.org</url>
-
<properties>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
-
<dependencies>
-
<dependency>
<groupId>com.java110</groupId>
<artifactId>java110-service</artifactId>
</dependency>
-
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
-
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
</dependency>
-
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
</dependencies>
-
- <build>
- <finalName>service-job</finalName>
-
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
- <executions>
- <execution>
- <id>unpack</id>
- <phase>generate-resources</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>com.java110</groupId>
- <artifactId>java110-interface</artifactId>
- <version>${microcommunity.version}</version>
- <type>jar</type>
- <overWrite>true</overWrite>
- <outputDirectory>${project.build.directory}/classes</outputDirectory>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <configuration>
- <mainClass>com.java110.job.JobServiceApplication</mainClass>
- </configuration>
- </plugin>
- </plugins>
-
- </build>
-
</project>
diff --git a/service-oa/pom.xml b/service-oa/pom.xml
index 9f6f0e1..44b8da6 100644
--- a/service-oa/pom.xml
+++ b/service-oa/pom.xml
@@ -1,5 +1,4 @@
<?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>
@@ -8,64 +7,18 @@
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
-
<artifactId>service-oa</artifactId>
-
<name>service-oa</name>
-
<url>http://www.example.com</url>
-
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
-
<dependencies>
<dependency>
<groupId>com.java110</groupId>
<artifactId>java110-service</artifactId>
</dependency>
</dependencies>
-
- <build>
- <finalName>service-oa</finalName>
-
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
- <executions>
- <execution>
- <id>unpack</id>
- <phase>generate-resources</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>com.java110</groupId>
- <artifactId>java110-interface</artifactId>
- <version>${microcommunity.version}</version>
- <type>jar</type>
- <overWrite>true</overWrite>
- <outputDirectory>${project.build.directory}/classes</outputDirectory>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <configuration>
- <mainClass>com.java110.oa.OaServiceApplicationStart</mainClass>
- </configuration>
- </plugin>
- </plugins>
-
- </build>
</project>
diff --git a/service-order/pom.xml b/service-order/pom.xml
index c4ac405..2f6f065 100755
--- a/service-order/pom.xml
+++ b/service-order/pom.xml
@@ -1,5 +1,4 @@
<?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>
@@ -8,36 +7,28 @@
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
-
<artifactId>service-order</artifactId>
-
<name>service-order</name>
-
<url>http://maven.apache.org</url>
-
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
-
<dependencies>
<dependency>
<groupId>com.java110</groupId>
<artifactId>java110-service</artifactId>
</dependency>
-
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
</dependency>
-
<dependency>
<groupId>com.java110</groupId>
<artifactId>java110-interface</artifactId>
<scope>provided</scope>
</dependency>
-
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -45,65 +36,4 @@
<scope>test</scope>
</dependency>
</dependencies>
-
- <build>
- <finalName>service-order</finalName>
-
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
- <executions>
- <execution>
- <id>unpack</id>
- <phase>generate-resources</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>com.java110</groupId>
- <artifactId>java110-interface</artifactId>
- <version>${microcommunity.version}</version>
- <type>jar</type>
- <overWrite>true</overWrite>
- <outputDirectory>${project.build.directory}/classes</outputDirectory>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <configuration>
- <mainClass>com.java110.order.OrderServiceApplicationStart</mainClass>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.10.4</version>
- <configuration>
- <aggregate>true</aggregate>
- <reportOutputDirectory>../javadocs</reportOutputDirectory>
- <destDir>security-javadoc</destDir>
- <javadocExecutable>${java.home}bin/javadoc</javadocExecutable>
- <tags>
- <tag>
- <name>Description</name>
- <placement>a</placement>
- <head>鍔熻兘鎻忚堪:</head>
- </tag>
- </tags>
- </configuration>
- </plugin>
- </plugins>
-
- </build>
-
-
</project>
diff --git a/service-report/pom.xml b/service-report/pom.xml
index 7b64d8c..5db148e 100755
--- a/service-report/pom.xml
+++ b/service-report/pom.xml
@@ -1,5 +1,4 @@
<?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>
@@ -8,66 +7,18 @@
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
-
<artifactId>service-report</artifactId>
-
<name>service-report</name>
-
<url>http://www.example.com</url>
-
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
-
<dependencies>
<dependency>
<groupId>com.java110</groupId>
<artifactId>java110-service</artifactId>
</dependency>
-
-
</dependencies>
-
- <build>
- <finalName>service-report</finalName>
-
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
- <executions>
- <execution>
- <id>unpack</id>
- <phase>generate-resources</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>com.java110</groupId>
- <artifactId>java110-interface</artifactId>
- <version>${microcommunity.version}</version>
- <type>jar</type>
- <overWrite>true</overWrite>
- <outputDirectory>${project.build.directory}/classes</outputDirectory>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <configuration>
- <mainClass>com.java110.report.ReportServiceApplicationStart</mainClass>
- </configuration>
- </plugin>
- </plugins>
-
- </build>
-</project>
\ No newline at end of file
+</project>
diff --git a/service-scm/pom.xml b/service-scm/pom.xml
index caf252e..887f1e4 100644
--- a/service-scm/pom.xml
+++ b/service-scm/pom.xml
@@ -6,66 +6,17 @@
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
-
<artifactId>service-scm</artifactId>
<packaging>jar</packaging>
-
<name>service-scm</name>
<url>http://maven.apache.org</url>
-
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
-
<dependencies>
-
<dependency>
<groupId>com.java110</groupId>
<artifactId>java110-service</artifactId>
</dependency>
-
-
-
</dependencies>
-
- <build>
- <finalName>service-scm</finalName>
-
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
- <executions>
- <execution>
- <id>unpack</id>
- <phase>generate-resources</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>com.java110</groupId>
- <artifactId>java110-interface</artifactId>
- <version>${microcommunity.version}</version>
- <type>jar</type>
- <overWrite>true</overWrite>
- <outputDirectory>${project.build.directory}/classes</outputDirectory>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <configuration>
- <mainClass>com.java110.scm.ScmServiceApplicationStart</mainClass>
- </configuration>
- </plugin>
- </plugins>
-
- </build>
</project>
diff --git a/service-store/pom.xml b/service-store/pom.xml
index fa07693..62ff3b7 100755
--- a/service-store/pom.xml
+++ b/service-store/pom.xml
@@ -6,66 +6,17 @@
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
-
<artifactId>service-store</artifactId>
<packaging>jar</packaging>
-
<name>service-store</name>
<url>http://maven.apache.org</url>
-
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
-
<dependencies>
-
<dependency>
<groupId>com.java110</groupId>
<artifactId>java110-service</artifactId>
</dependency>
-
-
-
</dependencies>
-
- <build>
- <finalName>service-store</finalName>
-
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
- <executions>
- <execution>
- <id>unpack</id>
- <phase>generate-resources</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>com.java110</groupId>
- <artifactId>java110-interface</artifactId>
- <version>${microcommunity.version}</version>
- <type>jar</type>
- <overWrite>true</overWrite>
- <outputDirectory>${project.build.directory}/classes</outputDirectory>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <configuration>
- <mainClass>com.java110.store.StoreServiceApplicationStart</mainClass>
- </configuration>
- </plugin>
- </plugins>
-
- </build>
</project>
diff --git a/service-user/pom.xml b/service-user/pom.xml
index 75ce46a..9ce8bee 100755
--- a/service-user/pom.xml
+++ b/service-user/pom.xml
@@ -6,68 +6,19 @@
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
-
<artifactId>service-user</artifactId>
<packaging>jar</packaging>
-
<name>service-user</name>
<url>http://maven.apache.org</url>
-
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
-
<dependencies>
-
<dependency>
<groupId>com.java110</groupId>
<artifactId>java110-service</artifactId>
</dependency>
-
-
</dependencies>
-
-
- <build>
- <finalName>service-user</finalName>
-
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
- <executions>
- <execution>
- <id>unpack</id>
- <phase>generate-resources</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>com.java110</groupId>
- <artifactId>java110-interface</artifactId>
- <version>${microcommunity.version}</version>
- <type>jar</type>
- <overWrite>true</overWrite>
- <outputDirectory>${project.build.directory}/classes</outputDirectory>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <configuration>
- <mainClass>com.java110.user.UserServiceApplicationStart</mainClass>
- </configuration>
- </plugin>
- </plugins>
-
- </build>
</project>
diff --git a/springboot/src/main/resources/application-debug.yml b/springboot/src/main/resources/application-debug.yml
index 59651b6..056b257 100644
--- a/springboot/src/main/resources/application-debug.yml
+++ b/springboot/src/main/resources/application-debug.yml
@@ -17,7 +17,7 @@
name: boot-service
redis:
database: 0
- host: dev.redis.java110.com
+ host: 192.168.1.108
port: 6379
password: hc12345678
pool:
diff --git a/springboot/src/main/resources/dataSource-debug.yml b/springboot/src/main/resources/dataSource-debug.yml
index 2255f1d..5b283e8 100644
--- a/springboot/src/main/resources/dataSource-debug.yml
+++ b/springboot/src/main/resources/dataSource-debug.yml
@@ -1,7 +1,7 @@
dataSources:
ds0: !!com.alibaba.druid.pool.DruidDataSource
driverClassName: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://dev.db.java110.com:3306/hc_community?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8
+ url: jdbc:mysql://192.168.1.108:3306/hc_community?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8
username: hc_community
password: hc12345678
minIdle: 5
@@ -12,7 +12,7 @@
poolPreparedStatements: true
ds1: !!com.alibaba.druid.pool.DruidDataSource
driverClassName: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://dev.db.java110.com:3306/TT?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8
+ url: jdbc:mysql://192.168.1.108:3306/TT?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8
username: TT
password: hc12345678
minIdle: 5
--
Gitblit v1.8.0