hym 4 년 전
부모
커밋
e36cfce40e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      build.gradle

+ 1 - 0
build.gradle

@@ -33,6 +33,7 @@ dependencies {
     implementation('org.springframework.boot:spring-boot-starter-thymeleaf')
     implementation('org.springframework.boot:spring-boot-starter-aop')
     implementation('org.springframework.boot:spring-boot-starter-validation')
+    implementation 'org.springframework.boot:spring-boot-starter-data-mongodb'
     //implementation('org.springframework.boot:spring-boot-starter-amqp')
     //implementation('org.springframework.kafka:spring-kafka')
     compile('mysql:mysql-connector-java')