Compare commits

..

No commits in common. "80f36c55691a1d1c1ce783b282f048eefc7b1e05" and "4133deb020c77388c29997dd4ddb999de7bd974e" have entirely different histories.

1 changed files with 5 additions and 5 deletions

View File

@ -39,12 +39,12 @@ dependencies {
compileOnly 'org.projectlombok:lombok:1.18.24'
annotationProcessor 'org.projectlombok:lombok:1.18.24'
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor:2.7.17'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
implementation 'org.springframework.boot:spring-boot-starter-web:2.7.17'
implementation 'org.springframework.boot:spring-boot-starter-security:2.7.17'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa:2.7.17'
developmentOnly 'org.springframework.boot:spring-boot-devtools:2.7.17'
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:2.2.2'