OSDN Git Service

DB接続できた
[ngware/todo_java.git] / build.gradle
index 99487b4..1a18832 100644 (file)
@@ -20,6 +20,7 @@ dependencies {
        implementation group: 'org.mybatis.spring.boot', name: 'mybatis-spring-boot-starter', version: '2.1.4'
        implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: '2.4.5'
        implementation group: 'com.google.guava', name: 'guava', version: '30.1.1-jre'
+       compileOnly 'org.projectlombok:lombok:1.18.20'
 }
 
 test {