You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
nacos1.3.2 is used in conjunction with spring boot 2.1.5.RELEASE
@NacosValue(value ="${hello.name:world}",autoRefreshed = true)
Unable to complete automatic refresh.
Expected behavior
Auto Refresh
Acutally behavior
Unable to complete automatic refresh.
How to Reproduce
Desktop (please complete the following information):
OS: [e.g. Win10]
Version [e.g. nacos-server 1.3.2, nacos-client 1.3.2]
Thank you very much, I just changed the nacos client to version 1.2.0. It should be nacos-config-spring-boot-starter 0.2.7 is not compatible with nacos client 1.3.2 client, although I added com.alibaba.nacos.client.utils.StringUtils.isBlank method.
Describe the bug
nacos1.3.2 is used in conjunction with spring boot 2.1.5.RELEASE
@NacosValue(value ="${hello.name:world}",autoRefreshed = true)
Unable to complete automatic refresh.
Expected behavior
Auto Refresh
Acutally behavior
Unable to complete automatic refresh.
How to Reproduce
Desktop (please complete the following information):
Additional context
com.alibaba.boot
nacos-config-spring-boot-starter
0.2.7
nacos:
config:
server-addr: localhost:8848
maxRetry: 3
configLongPollTimeout: 10000
configRetryTime: 3
autoRefresh: true
enableRemoteSyncConfig: true
remoteFirst: true
username: nacos
password: nacos
The text was updated successfully, but these errors were encountered: