From 14ff2b27bceaca97f8b2cca3917d336b53bd58a6 Mon Sep 17 00:00:00 2001 From: shiyang Date: Sun, 22 May 2022 08:53:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- talkonlineweb/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talkonlineweb/src/main/resources/application.yml b/talkonlineweb/src/main/resources/application.yml index 43002c1..0d8f356 100644 --- a/talkonlineweb/src/main/resources/application.yml +++ b/talkonlineweb/src/main/resources/application.yml @@ -11,7 +11,7 @@ spring: resources: add-mappings: false profiles: - active: prod + active: dev logging: config: classpath:logback-spring.xml -- 1.8.3.1