Merge branch 'refs/heads/main' into development

This commit is contained in:
Zihlu Wang
2024-06-03 19:04:46 +08:00
2 changed files with 3 additions and 2 deletions
@@ -43,6 +43,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-autoconfigure:$springBootVersion")
implementation("org.springframework.boot:spring-boot-starter-logging:$springBootVersion")
implementation("org.springframework.boot:spring-boot-configuration-processor:$springBootVersion")
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor:$springBootVersion")
testImplementation("org.springframework.boot:spring-boot-starter-test:$springBootVersion")
}