浏览代码

修改端口号

Jing.Li 4 年之前
父节点
当前提交
77c0d3c997
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/application.yml

+ 1 - 1
src/main/resources/application.yml

@@ -5,7 +5,7 @@ spring:
     active: @env@
 
 server:
-  port: 3001
+  port: 6001
 
 mybatis-plus:
   mapper-locations: classpath:mapper/*/*Mapper.xml