Przeglądaj źródła

修改端口号

Jing.Li 4 lat temu
rodzic
commit
77c0d3c997
1 zmienionych plików z 1 dodań i 1 usunięć
  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