diff --git a/build.gradle b/build.gradle index 5ba824c..7e8766c 100644 --- a/build.gradle +++ b/build.gradle @@ -17,6 +17,8 @@ jar { } dependencies { + implementation(project(':front')) + implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'com.h2database:h2:2.1.210' implementation 'org.springframework.boot:spring-boot-starter-validation'