Browse Source

1.反结账逻辑限制,删除中间表

heqinwei 7 years ago
parent
commit
23974552f5

+ 2 - 2
applications/money/money-server/src/main/resources/application.yml

@@ -47,7 +47,7 @@ eureka:
   client:
     registryFetchIntervalSeconds: 5
     serviceUrl:
-      defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@localhost:8500/eureka/
+      defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@192.168.0.181:8510/eureka/
 management:
   endpoints:
     web:
@@ -57,7 +57,7 @@ management:
     health:
       show-details: always
 server:
-  port: 8881
+  port: 8880
   tomcat:
     uri-encoding: UTF-8
 info: