Commit 909b794e by 胡骆宾

update spring_cloud_in_action/config-repo/

parent 737a059c
spring.application.name=config-name
server.port=7001
spring.cloud.config.server.git.uri=http://gitlab.mailejifen.com:10080/robben/SpringCloud.git
spring.cloud.config.server.git.search-paths=todo
spring.cloud.config.server.git.username=robben
spring.cloud.config.server.git.password=12345678
\ No newline at end of file
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
<module>helloservice</module> <module>helloservice</module>
<module>helloserviceapi</module> <module>helloserviceapi</module>
<module>rabbitmqhello</module> <module>rabbitmqhello</module>
<module>apigateway</module>
<module>configserver</module>
</modules> </modules>
......
from=git-dev-1.0
\ No newline at end of file
from=git-prod-1.0
\ No newline at end of file
from=git-test-1.0
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment