Don't register with consul in bootstrap.
This allows the normal consul lifecycle to register and properly deregister when using config client discovery. fixes gh-213
This commit is contained in:
7
src/test/resources/etc/configserver.json
Normal file
7
src/test/resources/etc/configserver.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"service": {
|
||||
"name": "configserver",
|
||||
"address": "127.0.0.1",
|
||||
"port": 8888
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user