Skip to content

Commit

Permalink
集群版本提交
Browse files Browse the repository at this point in the history
  • Loading branch information
zyj committed Apr 4, 2019
1 parent 22dfc6f commit 1d2e134
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 29 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@

## 分支

### [1.0.0-RELEASE](https://github.com/gzdzss/gzdzss-oauth2/tree/1.0.0-RELEASE) 单一版(无注册中心)
### [1.0.0.RELEASE](https://github.com/gzdzss/gzdzss-oauth2/tree/1.0.0.RELEASE) 单一版(无注册中心)


### [2.0.0-RELEASE](https://github.com/gzdzss/gzdzss-oauth2/tree/2.0.0-RELEASE) 集群版本 (添加注册中心, feign, hystrix)
### [2.0.0.RELEASE](https://github.com/gzdzss/gzdzss-oauth2/tree/2.0.0.RELEASE) 集群版本 (添加注册中心, feign, hystrix)



Expand Down
2 changes: 1 addition & 1 deletion eureka-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gzdzss-oauth2</artifactId>
<groupId>com.gzdzss</groupId>
<version>2.0.0-RELEASE</version>
<version>2.0.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
23 changes: 1 addition & 22 deletions gzdzss-authserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gzdzss-oauth2</artifactId>
<groupId>com.gzdzss</groupId>
<version>2.0.0-RELEASE</version>
<version>2.0.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -63,26 +63,5 @@

</dependencies>

<build>
<finalName>${project.artifactId}</finalName>

<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<classifier>exec</classifier>
</configuration>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>


</project>
2 changes: 1 addition & 1 deletion gzdzss-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gzdzss-oauth2</artifactId>
<groupId>com.gzdzss</groupId>
<version>2.0.0-RELEASE</version>
<version>2.0.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gzdzss-order/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gzdzss-oauth2</artifactId>
<groupId>com.gzdzss</groupId>
<version>2.0.0-RELEASE</version>
<version>2.0.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gzdzss-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gzdzss-oauth2</artifactId>
<groupId>com.gzdzss</groupId>
<version>2.0.0-RELEASE</version>
<version>2.0.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.gzdzss</groupId>
<artifactId>gzdzss-oauth2</artifactId>
<version>2.0.0-RELEASE</version>
<version>2.0.0.RELEASE</version>
<modules>
<module>gzdzss-authserver</module>
<module>gzdzss-gateway</module>
Expand Down

0 comments on commit 1d2e134

Please sign in to comment.