Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-WIC-Cnf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
CommunityXG
OpenXG-WIC-Cnf
Commits
8bc69bfc
Commit
8bc69bfc
authored
May 19, 2020
by
谢建斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加编码格式修改
parent
ae35140f
Pipeline
#98
failed with stages
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
bishe-cloud-center/src/main/resources/application.yml
bishe-cloud-center/src/main/resources/application.yml
+1
-1
bishe-edge-center/src/main/java/top/ninwoo/edgecenter/EdgeCenterApp.java
...er/src/main/java/top/ninwoo/edgecenter/EdgeCenterApp.java
+0
-1
bishe-edge-center/src/main/resources/application.yaml
bishe-edge-center/src/main/resources/application.yaml
+2
-2
pom.xml
pom.xml
+3
-0
No files found.
bishe-cloud-center/src/main/resources/application.yml
View file @
8bc69bfc
server
:
port
:
909
1
port
:
909
0
zookeeper
:
url
:
127.0.0.1:2181
...
...
bishe-edge-center/src/main/java/top/ninwoo/edgecenter/EdgeCenterApp.java
View file @
8bc69bfc
...
...
@@ -18,5 +18,4 @@ public class EdgeCenterApp {
public
static
void
main
(
String
[]
args
)
{
SpringApplication
.
run
(
EdgeCenterApp
.
class
,
args
);
}
}
\ No newline at end of file
bishe-edge-center/src/main/resources/application.yaml
View file @
8bc69bfc
...
...
@@ -24,9 +24,9 @@ bs:
name
:
random
ip-prefix
:
192
ipservice
:
ip
:
1
27.0.0.1
:23333
ip
:
1
92.168.31.36
:23333
sdn-controller
:
host
:
127.0.0.1
port
:
6653
zookeeper
:
url
:
1
27.0.0.1
:2181
url
:
1
92.168.31.36
:2181
pom.xml
View file @
8bc69bfc
...
...
@@ -39,4 +39,7 @@
</plugins>
</build>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
</project>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment