瀏覽代碼

修改端口

rainwer 6 月之前
父節點
當前提交
e241e22562
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/main/resources/application-dev.yml

+ 4 - 0
src/main/resources/application-dev.yml

@@ -1,3 +1,7 @@
+# 开发环境配置
+server:
+    # 服务器的HTTP端口,默认为8080
+    port: 9042
 # 数据源配置
 spring:
     cloud: