From 373c47b31a4228c9eb9dccd5893136e8518cdc31 Mon Sep 17 00:00:00 2001 From: qyx <565485304@qq.com> Date: Tue, 3 Nov 2020 18:30:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 6edffb2..d53b2f7 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -15,7 +15,7 @@ server: port: 8090 # 环境 spring: - profiles: dev + profiles: prod # 数据库相关配置 datasource: driver-class-name: com.mysql.cj.jdbc.Driver