From 8beb7e43c531f84299756ac267b97bb4b8bffcef Mon Sep 17 00:00:00 2001
From: wzy <wzy19931122ai@163.com>
Date: Wed, 14 Oct 2020 19:25:46 +0800
Subject: [PATCH] modify

---
 src/main/resources/application.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 18e42bf..1b5add6 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -5,7 +5,7 @@
 
 spring:
   profiles:
-    active: dev
+    active: prod
 
   thymeleaf:
     cache: false

--
Gitblit v1.9.1