Browse Source

修改端口号

Jing.Li 4 năm trước cách đây
mục cha
commit
77c0d3c997
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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