xusonglin 5 лет назад
Родитель
Сommit
6e841179b1
2 измененных файлов с 1 добавлено и 2 удалено
  1. 0 1
      pom.xml
  2. 1 1
      src/main/resources/application.yml

+ 0 - 1
pom.xml

@@ -6,7 +6,6 @@
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
         <version>2.1.5.RELEASE</version>
-        <relativePath/> <!-- lookup parent from repository -->
     </parent>
     <groupId>com.jkcredit</groupId>
     <artifactId>sys-news</artifactId>

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

@@ -6,7 +6,7 @@ spring:
       enabled: true
       max-file-size: 200MB
   profiles:
-    active: dev
+    active: prod
   jpa:
     show-sql: true
   resources: