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

添加编码格式修改

parent ae35140f
Pipeline #98 failed with stages
server: server:
port: 9091 port: 9090
zookeeper: zookeeper:
url: 127.0.0.1:2181 url: 127.0.0.1:2181
......
...@@ -18,5 +18,4 @@ public class EdgeCenterApp { ...@@ -18,5 +18,4 @@ public class EdgeCenterApp {
public static void main(String[] args) { public static void main(String[] args) {
SpringApplication.run(EdgeCenterApp.class, args); SpringApplication.run(EdgeCenterApp.class, args);
} }
} }
\ No newline at end of file
...@@ -24,9 +24,9 @@ bs: ...@@ -24,9 +24,9 @@ bs:
name: random name: random
ip-prefix: 192 ip-prefix: 192
ipservice: ipservice:
ip: 127.0.0.1:23333 ip: 192.168.31.36:23333
sdn-controller: sdn-controller:
host: 127.0.0.1 host: 127.0.0.1
port: 6653 port: 6653
zookeeper: zookeeper:
url: 127.0.0.1:2181 url: 192.168.31.36:2181
...@@ -39,4 +39,7 @@ ...@@ -39,4 +39,7 @@
</plugins> </plugins>
</build> </build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project> </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