提交 878fb7d5 编写于 作者: 檀越@新空间's avatar 檀越@新空间 🐭

fix:整理

上级 ef903c61
......@@ -16,7 +16,6 @@ public enum ResultConstant {
* ok
*/
SUCCESS("0", "ok");
private String code;
private String msg;
......@@ -40,4 +39,4 @@ public enum ResultConstant {
public void setMsg(String msg) {
this.msg = msg;
}
}
}
\ No newline at end of file
server:
port: 8083
#kwan:
# zookeeper:
# hostlist: 120.79.36.53:2181,120.79.36.53:2182,120.79.36.53:2183 #多个节点用逗号分隔
#
spring:
application:
name: dobbo-client
......
server:
port: 8081
#kwan:
# zookeeper:
# hostlist: 120.79.36.53:2181,120.79.36.53:2182,120.79.36.53:2183 #多个节点用逗号分隔
#
spring:
application:
name: dobbo-service
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册