Skip to content

Commit

Permalink
deploy 0.0.6 RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
ipipman committed Apr 21, 2024
1 parent 95aec93 commit c1e37fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</developers>

<properties>
<rpcman.version>0.0.5-RELEASE</rpcman.version>
<rpcman.version>0.0.6-RELEASE</rpcman.version>
<java.version>17</java.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.tagret>17</maven.compiler.tagret>
Expand Down
4 changes: 2 additions & 2 deletions rpcman-demo-consumer/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ server:
rpcman:
#providers: http://localhost:8080,http://localhost:8081,http://localhost:8082
zk:
enabled: false
enabled: true
zkServer: localhost:2181
zkRoot: rpcman

Expand Down Expand Up @@ -39,7 +39,7 @@ apollo:

# 作者手写的注册中心:https://github.com/ipipman/registry-man
registry-ipman:
enabled: true
enabled: false
servers: http://localhost:8484

logging:
Expand Down
4 changes: 2 additions & 2 deletions rpcman-demo-provider/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ server:

rpcman:
zk:
enabled: false
enabled: true
zkServer: localhost:2181
zkRoot: rpcman

Expand Down Expand Up @@ -38,7 +38,7 @@ apollo:

# 作者手写的注册中心:https://github.com/ipipman/registry-man
registry-ipman:
enabled: true
enabled: false
servers: http://localhost:8484

logging:
Expand Down

0 comments on commit c1e37fa

Please sign in to comment.