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') {