Browse Source

调整auth-client层级关系

dev
wxz 4 years ago
parent
commit
f9a344633e
  1. 2
      epmet-auth-client/pom.xml
  2. 0
      epmet-auth-client/src/main/java/com/epmet/auth/constants/AuthOperationConstants.java
  3. 0
      epmet-auth-client/src/main/java/com/epmet/auth/constants/AuthOperationEnum.java
  4. 3
      epmet-auth/pom.xml
  5. 8
      epmet-gateway/pom.xml
  6. 1
      pom.xml

2
epmet-auth/epmet-auth-client/pom.xml → epmet-auth-client/pom.xml

@ -3,7 +3,7 @@
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>epmet-auth</artifactId>
<artifactId>epmet-cloud</artifactId>
<groupId>com.epmet</groupId>
<version>2.0.0</version>
</parent>

0
epmet-auth/epmet-auth-client/src/main/java/com/epmet/auth/constants/AuthOperationConstants.java → epmet-auth-client/src/main/java/com/epmet/auth/constants/AuthOperationConstants.java

0
epmet-auth/epmet-auth-client/src/main/java/com/epmet/auth/constants/AuthOperationEnum.java → epmet-auth-client/src/main/java/com/epmet/auth/constants/AuthOperationEnum.java

3
epmet-auth/pom.xml

@ -3,9 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<version>0.3.70</version>
<modules>
<module>epmet-auth-client</module>
</modules>
<parent>
<groupId>com.epmet</groupId>
<artifactId>epmet-cloud</artifactId>

8
epmet-gateway/pom.xml

@ -255,11 +255,11 @@
<nacos.ip></nacos.ip>
<!-- gateway routes -->
<!-- 1、认证服务 -->
<gateway.routes.epmet-auth-server.uri>http://localhost:8081</gateway.routes.epmet-auth-server.uri>
<!--<gateway.routes.epmet-auth-server.uri>lb://epmet-auth-server</gateway.routes.epmet-auth-server.uri>-->
<!-- <gateway.routes.epmet-auth-server.uri>http://localhost:8081</gateway.routes.epmet-auth-server.uri>-->
<gateway.routes.epmet-auth-server.uri>lb://epmet-auth-server</gateway.routes.epmet-auth-server.uri>
<!-- 2、Admin服务 -->
<gateway.routes.epmet-admin-server.uri>http://localhost:8082</gateway.routes.epmet-admin-server.uri>
<!--<gateway.routes.epmet-admin-server.uri>lb://epmet-admin-server</gateway.routes.epmet-admin-server.uri>-->
<!--<gateway.routes.epmet-admin-server.uri>http://localhost:8082</gateway.routes.epmet-admin-server.uri>-->
<gateway.routes.epmet-admin-server.uri>lb://epmet-admin-server</gateway.routes.epmet-admin-server.uri>
<!-- 4、OSS服务 -->
<gateway.routes.epmet-oss-server.uri>lb://epmet-oss-server</gateway.routes.epmet-oss-server.uri>
<!-- 5、消息服务 -->

1
pom.xml

@ -25,6 +25,7 @@
<module>epmet-commons</module>
<module>epmet-gateway</module>
<module>epmet-auth</module>
<module>epmet-auth-client</module>
<module>epmet-admin</module>
<module>epmet-module</module>
<module>epmet-user</module>

Loading…
Cancel
Save