Explorar el Código

修改端口号

Jing.Li hace 5 años
padre
commit
77c0d3c997
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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