txf 3 лет назад
Родитель
Сommit
99928e2d1d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/resources/bootstrap.yml

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

@@ -10,7 +10,7 @@ spring:
   mvc:
     static-path-pattern:
   profiles:
-    include: ${SPRING_PROFILES:dev}
+    include: ${SPRING_PROFILES:prod}
 #  cloud:
 #    config:
 #      fail-fast: true