From eb5bc78b7363973a6c4719de7886b6514b29dd30 Mon Sep 17 00:00:00 2001 From: ms-dev Date: Wed, 30 Jan 2019 11:58:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=85=8D=E7=BD=AE=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 446e8fa7..a59a2824 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -1,3 +1,7 @@ +server: + port: 4000 + servlet.context-path: /mcms + spring: datasource: url: jdbc:mysql://172.17.0.3:3306/mcms-4.7.0?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false