From 9d2aad81e493d7af1ae387100ec01851be108551 Mon Sep 17 00:00:00 2001 From: hongawen <83944980@qq.com> Date: Wed, 25 Jun 2025 16:01:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E5=88=86=E9=A1=B5?= =?UTF-8?q?=EF=BC=8C=E7=B1=BB=E5=9E=8B=E9=85=8D=E7=BD=AE=EF=BC=8C=E9=BB=98?= =?UTF-8?q?=E8=AE=A4mysql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entrance/src/main/resources/application.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrance/src/main/resources/application.yml b/entrance/src/main/resources/application.yml index 0ef6c160..7c0d99b5 100644 --- a/entrance/src/main/resources/application.yml +++ b/entrance/src/main/resources/application.yml @@ -95,3 +95,5 @@ qr: password: Pqs@12345678 port: 21 +db: + type: mysql \ No newline at end of file