GitHub / suru33 / users-api-java
Spring Boot sample REST API
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suru33%2Fusers-api-java
PURL: pkg:github/suru33/users-api-java
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Java
Size: 22.5 KB
Dependencies parsed at:
13
Created at: over 4 years ago
Updated at: almost 4 years ago
Pushed at: over 4 years ago
Last synced at: over 2 years ago
Topics: code-samples, java, sample-api, spring-boot
docker-compose.yml
docker
- postgres 13.1
pom.xml
maven
- org.projectlombok:lombok compile
- org.flywaydb:flyway-core 7.5.4
- org.modelmapper:modelmapper 2.3.9
- org.postgresql:postgresql
- org.springframework.boot:spring-boot-starter-actuator 2.4.3
- org.springframework.boot:spring-boot-starter-data-jpa 2.4.3
- org.springframework.boot:spring-boot-starter-data-rest 2.4.3
- org.springframework.boot:spring-boot-starter-validation 2.4.3
- org.junit.jupiter:junit-jupiter-api 5.7.1 test
- org.junit.jupiter:junit-jupiter-engine 5.7.1 test
- org.mockito:mockito-core 3.8.0 test
- org.springframework.boot:spring-boot-starter-test 2.4.3 test