GitHub / IBM / template-java-spring
Github Template that uses Spring Boot with Java a BFF or Microservice API with Open API Specification
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IBM%2Ftemplate-java-spring
Stars: 30
Forks: 40
Open issues: 0
License: apache-2.0
Language: Java
Size: 574 KB
Dependencies parsed at:
7
Created at: about 5 years ago
Updated at: 2 months ago
Pushed at: almost 2 years ago
Last synced at: 1 day ago
build.gradle
maven
- org.springframework.boot:spring-boot-configuration-processor * compileOnly
- org.springframework.boot:spring-boot-devtools * compileOnly
- org.apache.httpcomponents:httpclient * implementation
- org.springframework.boot:spring-boot-starter-web * implementation
- org.powermock:powermock-api-mockito2 ${powermockMockitoVersion} testImplementation
- org.springframework.boot:spring-boot-starter-test * testImplementation
package.json
npm
- swagger-mock-validator ^4.0.1 development