Merge branch 'master' of http://118.219.150.34:50501/DBNT/kcscDev
commit
1393b01b06
|
|
@ -39,12 +39,13 @@ dependencies {
|
|||
|
||||
compileOnly 'org.projectlombok:lombok:1.18.24'
|
||||
annotationProcessor 'org.projectlombok:lombok:1.18.24'
|
||||
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor:2.7.17'
|
||||
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
|
||||
|
||||
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.springframework.boot:spring-boot-starter'
|
||||
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.mybatis.spring.boot:mybatis-spring-boot-starter:2.2.2'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue