From 328815e9ec0197ad801cc6844488b78841814fc2 Mon Sep 17 00:00:00 2001 From: LXW <1264174498@qq.com> Date: Thu, 7 Dec 2023 11:54:19 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/构建和启动.md b/构建和启动.md index cc323b5..e7a1cf9 100644 --- a/构建和启动.md +++ b/构建和启动.md @@ -41,4 +41,6 @@ spring: username: your_username password: your_password driver-class-name: com.mysql.jdbc.Driver +demo.enabled: + true ``` \ No newline at end of file