GitHub / vscalcione / springboot-kotlin-rest-api-docker-swagger
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vscalcione%2Fspringboot-kotlin-rest-api-docker-swagger
PURL: pkg:github/vscalcione/springboot-kotlin-rest-api-docker-swagger
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Kotlin
Size: 57.6 KB
Dependencies parsed at:
12
Created at: almost 4 years ago
Updated at: almost 4 years ago
Pushed at: almost 4 years ago
Last synced at: over 2 years ago
Topics: docker, kotlin, openapi, rest-api, swagger
build.gradle.kts
maven
- org.projectlombok:lombok * compileOnly
- com.fasterxml.jackson.module:jackson-module-kotlin * implementation
- org.jetbrains.kotlin:kotlin-reflect * implementation
- org.jetbrains.kotlin:kotlin-stdlib-jdk8 * implementation
- org.springframework.boot:spring-boot-starter-data-jdbc * implementation
- org.springframework.boot:spring-boot-starter-data-jpa * implementation
- org.springframework.boot:spring-boot-starter-web * implementation
- com.h2database:h2 * runtimeOnly
- mysql:mysql-connector-java * runtimeOnly
- org.mariadb.jdbc:mariadb-java-client * runtimeOnly
- org.postgresql:postgresql * runtimeOnly
- org.springframework.boot:spring-boot-starter-test * testImplementation