Update build.gradle

This commit is contained in:
Nezumi
2023-01-26 11:04:54 +07:00
parent 442c790b36
commit 60238a4b0d
+5
View File
@@ -18,7 +18,12 @@ repositories {
mavenCentral() mavenCentral()
} }
apply plugin: 'maven-publish'
dependencies { dependencies {
// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-maven-plugin
implementation group: 'org.springframework.boot', name: 'spring-boot-maven-plugin', version: '3.0.0'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-data-rest' implementation 'org.springframework.boot:spring-boot-starter-data-rest'
compileOnly 'org.projectlombok:lombok' compileOnly 'org.projectlombok:lombok'