From 3f09aa12382ba0665ab6efce72cf433d3acaac25 Mon Sep 17 00:00:00 2001 From: MichaelWin Date: Thu, 30 Oct 2025 09:31:24 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E5=BC=95=E6=93=8E=E6=94=AF=E6=8C=81=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 4e9d5f4..9fa6cb5 100644 --- a/build.gradle +++ b/build.gradle @@ -41,6 +41,7 @@ dependencies { runtimeOnly 'com.mysql:mysql-connector-j' // MySQL 驱动 annotationProcessor 'org.projectlombok:lombok' // Lombok 注解处理 testImplementation 'org.springframework.boot:spring-boot-starter-test' // 测试框架 + implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' // thymeleaf模版引擎 } tasks.named('test') {