We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
启动后配置能正常获取,但是配置更新了之后获取不到变更,也没有日志。 json配置如下 { "NacosConfig": { "Listeners": [ { "Optional": false, "DataId": "Common", "Group": "HysMars" }, { "Optional": false, "DataId": "BookStoreService", "Group": "HysMars" } ], "IsOpenServiceDiscovery": true, "Namespace": "30ff5e4f-eff6-4614-b6f7-330261b64270", "ServerAddresses": [ "http://192.168.199.47:8848" ], "ServiceName": "Acme.BookStore" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
启动后配置能正常获取,但是配置更新了之后获取不到变更,也没有日志。
json配置如下
{
"NacosConfig": {
"Listeners": [
{
"Optional": false,
"DataId": "Common",
"Group": "HysMars"
},
{
"Optional": false,
"DataId": "BookStoreService",
"Group": "HysMars"
}
],
"IsOpenServiceDiscovery": true,
"Namespace": "30ff5e4f-eff6-4614-b6f7-330261b64270",
"ServerAddresses": [ "http://192.168.199.47:8848" ],
"ServiceName": "Acme.BookStore"
}
The text was updated successfully, but these errors were encountered: