создана лаба 3, добавлены зависимости для работы с бд

This commit is contained in:
ekallin 2024-04-14 19:39:24 +03:00
parent c627adae2c
commit b40fbf0146

View File

@ -20,6 +20,9 @@ dependencies {
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0'
implementation 'org.modelmapper:modelmapper:3.2.0'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'com.h2database:h2:2.2.224'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}