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
try {
// Initialize the configuration service, and the console automatically obtains the following parameters through the sample code.
String serverAddr = "{serverAddr}";
Properties properties = new Properties();
properties.put("serverAddr", serverAddr);
[在此处输入反馈]
ConfigService 和NamingService 的变量名重复了
如下
try {
// Initialize the configuration service, and the console automatically obtains the following parameters through the sample code.
String serverAddr = "{serverAddr}";
Properties properties = new Properties();
properties.put("serverAddr", serverAddr);
} catch (NacosException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
文档详细信息
⚠ 请勿编辑此部分。nacos.io ➟ GitHub 问题链接必须具有此部分。
The text was updated successfully, but these errors were encountered: