Я в коем-то веке решил создать ветку, а не писать в мастер

This commit is contained in:
Николай 2023-03-12 23:35:16 +04:00
parent b2ef92b6ba
commit 1ae60aad92

View File

@ -14,7 +14,12 @@ repositories {
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'com.h2database:h2:2.1.210'
implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.6.5'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
compileOnly('javax.persistence:javax.persistence-api:2.2')
implementation 'org.springframework.boot:spring-boot-starter-web'
}
tasks.named('test') {