From 6436af28c7aa70ea14cfa4f7245ae981f62fd4dc Mon Sep 17 00:00:00 2001 From: LXW <1264174498@qq.com> Date: Thu, 7 Dec 2023 11:54:43 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E6=9E=84=E5=BB=BA=E5=92=8C=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 构建和启动.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/构建和启动.md b/构建和启动.md index e7a1cf9..d6a27dd 100644 --- a/构建和启动.md +++ b/构建和启动.md @@ -41,6 +41,7 @@ spring: username: your_username password: your_password driver-class-name: com.mysql.jdbc.Driver -demo.enabled: +demo: + enabled: true ``` \ No newline at end of file