Commit 8bc69bfc authored by 谢建斌's avatar 谢建斌

添加编码格式修改

parent ae35140f
Pipeline #98 failed with stages
server:
port: 9091
port: 9090
zookeeper:
url: 127.0.0.1:2181
......
......@@ -18,5 +18,4 @@ public class EdgeCenterApp {
public static void main(String[] args) {
SpringApplication.run(EdgeCenterApp.class, args);
}
}
\ No newline at end of file
......@@ -24,9 +24,9 @@ bs:
name: random
ip-prefix: 192
ipservice:
ip: 127.0.0.1:23333
ip: 192.168.31.36:23333
sdn-controller:
host: 127.0.0.1
port: 6653
zookeeper:
url: 127.0.0.1:2181
url: 192.168.31.36:2181
......@@ -39,4 +39,7 @@
</plugins>
</build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment