From e98b09f9808da5441a9d3ab3dce7160bcb65fcd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=8B=E6=B1=9F=E5=AE=9E=E9=AA=8C=E5=AE=A4?= Date: Fri, 4 Dec 2020 14:08:54 +0800 Subject: [PATCH] update dubhe-server --- .../config/{application-dev.yml => application-prod.yml} | 0 .../dubhe-admin/src/main/resources/config/application.yml | 2 +- .../config/{application-dev.yml => application-prod.yml} | 0 .../dubhe-task/src/main/resources/config/application.yml | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename dubhe-server/dubhe-admin/src/main/resources/config/{application-dev.yml => application-prod.yml} (100%) rename dubhe-server/dubhe-task/src/main/resources/config/{application-dev.yml => application-prod.yml} (100%) diff --git a/dubhe-server/dubhe-admin/src/main/resources/config/application-dev.yml b/dubhe-server/dubhe-admin/src/main/resources/config/application-prod.yml similarity index 100% rename from dubhe-server/dubhe-admin/src/main/resources/config/application-dev.yml rename to dubhe-server/dubhe-admin/src/main/resources/config/application-prod.yml diff --git a/dubhe-server/dubhe-admin/src/main/resources/config/application.yml b/dubhe-server/dubhe-admin/src/main/resources/config/application.yml index 4e17d7f..94630c0 100644 --- a/dubhe-server/dubhe-admin/src/main/resources/config/application.yml +++ b/dubhe-server/dubhe-admin/src/main/resources/config/application.yml @@ -1,6 +1,6 @@ spring: profiles: - active: dev + active: prod jackson: time-zone: GMT+8 date-format: yyyy-MM-dd HH:mm:ss diff --git a/dubhe-server/dubhe-task/src/main/resources/config/application-dev.yml b/dubhe-server/dubhe-task/src/main/resources/config/application-prod.yml similarity index 100% rename from dubhe-server/dubhe-task/src/main/resources/config/application-dev.yml rename to dubhe-server/dubhe-task/src/main/resources/config/application-prod.yml diff --git a/dubhe-server/dubhe-task/src/main/resources/config/application.yml b/dubhe-server/dubhe-task/src/main/resources/config/application.yml index 4e17d7f..94630c0 100644 --- a/dubhe-server/dubhe-task/src/main/resources/config/application.yml +++ b/dubhe-server/dubhe-task/src/main/resources/config/application.yml @@ -1,6 +1,6 @@ spring: profiles: - active: dev + active: prod jackson: time-zone: GMT+8 date-format: yyyy-MM-dd HH:mm:ss