summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author方顺健 <[email protected]>2021-09-30 07:03:12 +0000
committer方顺健 <[email protected]>2021-09-30 07:03:12 +0000
commit8ffd8fe438d03ef356bf8cccfd299ee3dd6b4a6f (patch)
tree77dee54760c71f522053a55522287a359dba591f
parentb45142da9ce8d3b14784967ae91297f0877885dd (diff)
fix: 修改默认端口为 10096 ,防止和 loki 端口冲突
-rw-r--r--src/main/resources/application.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 93e0e89..9318844 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,5 +1,5 @@
server:
- port: 10095
+ port: 10096
servlet:
context-path: /
spring: