From b7de38c60e04dd516313dd5df77463c6b8b4f323 Mon Sep 17 00:00:00 2001 From: wyl <wangyulong990316@outlook.com> Date: Mon, 24 Feb 2025 16:54:55 +0000 Subject: [PATCH] UPDATE TEST --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 5f8e4e4..ee30b30 100644 --- a/build.gradle +++ b/build.gradle @@ -30,6 +30,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-security' testImplementation 'org.springframework.security:spring-security-test' + testImplementation 'junit:junit:4.13.2' compileOnly 'org.projectlombok:lombok' runtimeOnly 'com.mysql:mysql-connector-j' annotationProcessor 'org.projectlombok:lombok' -- GitLab