spring boot template with liquibase

Vyacheslav Boyko 2022-04-11 12:58:57 +03:00
parent 2d300fe68c
commit 93a654c858
1 changed files with 4 additions and 1 deletions

View File

@ -49,7 +49,10 @@ subprojects {
}
repositories {
maven { url mavenRepo }
maven {
allowInsecureProtocol true
url mavenRepo
}
}
//------------------- Настройка интеграционных тестов (start) ---------------------