Skip to content

Commit b25315d

Browse files
authored
update port (#16)
1 parent ec94183 commit b25315d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DataCompareAPIs/src/main/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
server:
2-
port: 8081
2+
port: 8085
33
servlet:
44
context-path: /comparison
55
management:

DataCompareProcessor/src/main/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
server:
2-
port: 8082
2+
port: 8086
33
servlet:
44
context-path: /data-compare
55
management:

0 commit comments

Comments
 (0)