From 85af35dce77467806a152493818c003aa8bae8a8 Mon Sep 17 00:00:00 2001 From: spring-cloud Date: Thu, 3 Nov 2022 17:27:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'config.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 50f98d5..33aeb79 100644 --- a/config.yml +++ b/config.yml @@ -1,4 +1,5 @@ spring: profile: dev server: - port: 8088 \ No newline at end of file + port: 8088 + demo: xxx \ No newline at end of file