GitHub / avijeetpandey / springboot-graphql-crud
Springboot and GraphQL CRUD demo application
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avijeetpandey%2Fspringboot-graphql-crud
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Java
Size: 52.7 KB
Dependencies parsed at:
10
Created at: about 2 months ago
Updated at: about 2 months ago
Pushed at: about 2 months ago
Last synced at: about 1 month ago
Topics: graphql, java, spring-boot
build.gradle
maven
- org.projectlombok:lombok * compileOnly
- org.springframework.boot:spring-boot-starter-data-jpa * implementation
- org.springframework.boot:spring-boot-starter-graphql * implementation
- org.springframework.boot:spring-boot-starter-web * implementation
- org.postgresql:postgresql * runtimeOnly
- org.springframework.boot:spring-boot-starter-test * testImplementation
- org.springframework.graphql:spring-graphql-test * testImplementation
- org.springframework:spring-webflux * testImplementation
- org.junit.platform:junit-platform-launcher * testRuntimeOnly
pom.xml
maven