Jing.Li 4 anni fa
parent
commit
77c0d3c997
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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