GitHub / devFancy / kotlin-springboot-multi-module
Kotlin 1.6.21 & Spring Boot 2.7.1 & Multi Module
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devFancy%2Fkotlin-springboot-multi-module
PURL: pkg:github/devFancy/kotlin-springboot-multi-module
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Kotlin
Size: 272 KB
Dependencies parsed at:
10
Created at: 6 months ago
Updated at: 6 months ago
Pushed at: 6 months ago
Last synced at: 2 months ago
Topics: kotlin, multi-module-project, spring-boot
build.gradle.kts
maven
- com.fasterxml.jackson.module:jackson-module-kotlin * implementation
- org.jetbrains.kotlin:kotlin-reflect * implementation
- org.springframework.boot:spring-boot-starter-test * testImplementation
- org.springframework.boot:spring-boot-starter-web * implementation
domain/build.gradle.kts
maven
- org.springframework:spring-context * compileOnly
- org.springframework.boot:spring-boot-starter-data-jpa * implementation
- com.h2database:h2 * runtimeOnly
- org.springframework.cloud:spring-cloud-starter-sleuth * implementation
- io.micrometer:micrometer-registry-prometheus * implementation
- org.springframework.boot:spring-boot-starter-actuator * implementation