From 9b2fb686a7cad0402f01a5101b719412cb596d39 Mon Sep 17 00:00:00 2001 From: kimscott Date: Tue, 17 Sep 2019 15:43:32 +0900 Subject: [PATCH] =?UTF-8?q?oauth=20=EC=97=90=20profile=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f2a89b2..19e7db3 100755 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -15,9 +15,17 @@ spring: # mybatis 설정시에는 driverClassName 을 넣어주어야함 driverClassName: com.mysql.cj.jdbc.Driver +--- +spring: + profiles: default # --- server server: port: 8090 +--- +spring: + profiles: docker +server: + port: 8080