wcf 4 лет назад
Родитель
Сommit
8181d38308
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      src/main/resources/application-dev.yml
  2. 1 1
      src/main/resources/application.yml

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

@@ -93,7 +93,7 @@ spring:
   mvc:
     static-path-pattern: /**
 server:
-  port: 11081
+  port: 11083
 mybatis:
   configuration:
     log-impl: org.apache.ibatis.logging.stdout.StdOutImpl

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

@@ -1,3 +1,3 @@
 spring:
   profiles:
-    active: prod
+    active: dev