Skip to content

Commit

Permalink
适应 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
web-xiaxia committed Jan 4, 2019
1 parent a2eacec commit 281cb22
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 67 deletions.
7 changes: 0 additions & 7 deletions base-service/base-demo1-service/base-demo1-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,6 @@

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<!-- <configuration>
<fork>true</fork>
</configuration>-->
</plugin>
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
Expand Down
7 changes: 0 additions & 7 deletions base-service/base-demo4-service/base-demo4-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,6 @@

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<!-- <configuration>
<fork>true</fork>
</configuration>-->
</plugin>
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
Expand Down
24 changes: 9 additions & 15 deletions base-service/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<?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>
<groupId>com.labidc.demo</groupId>
<artifactId>servicedemo</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>base-service</artifactId>
<packaging>pom</packaging>
<name>base-service</name>
<description>基础层</description>

<modules>
Expand All @@ -14,18 +21,5 @@
<module>base-demo4-service</module>
</modules>

<parent>
<groupId>com.labidc.demo</groupId>
<artifactId>servicedemo</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
<!--小辣椒工具-->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
<groupId>com.labidc.demo</groupId>
<artifactId>business-demo-contract</artifactId>
</dependency>
<dependency>
<groupId>com.labidc.demo</groupId>
<artifactId>base-demo1-contract</artifactId>
</dependency>
<dependency>
<groupId>com.labidc.demo</groupId>
<artifactId>base-demo4-contract</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -81,13 +89,6 @@

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<fork>true</fork>
</configuration>
</plugin>
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
Expand Down
23 changes: 8 additions & 15 deletions business-service/pom.xml
Original file line number Diff line number Diff line change
@@ -1,29 +1,22 @@
<?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>
<groupId>com.labidc.demo</groupId>
<artifactId>servicedemo</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>business-service</artifactId>
<packaging>pom</packaging>
<name>business-service</name>
<description>业务逻辑层</description>

<modules>
<module>business-demo-contract</module>
<module>business-demo-service</module>
</modules>

<parent>
<groupId>com.labidc.demo</groupId>
<artifactId>servicedemo</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
<!--小辣椒工具-->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

</project>
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,13 @@

</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

<repositories>
<repository>
Expand Down
8 changes: 0 additions & 8 deletions product-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,4 @@



<dependencies>
<!--小辣椒工具-->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
7 changes: 0 additions & 7 deletions product-service/product-demo/product-demo-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<fork>true</fork>
</configuration>
</plugin>
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import org.springframework.context.annotation.Configuration;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import reactor.core.publisher.Mono;

import java.util.HashMap;
import java.util.Map;
Expand Down
6 changes: 6 additions & 0 deletions spring-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>spring-server</artifactId>
<packaging>pom</packaging>

<modules>
<module>eureka-server</module>
<module>gateway-service</module>
<module>zuul2-server</module>
</modules>

</project>
1 change: 1 addition & 0 deletions spring-server/zuul2-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<scope>test</scope>
</dependency>

<!--eureka 灰度发布包-->
<dependency>
<groupId>com.labidc</groupId>
<artifactId>labidc-gray-deploy-eureka</artifactId>
Expand Down

0 comments on commit 281cb22

Please sign in to comment.