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

fix:整理

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