An open API service indexing awesome lists of open source software.

https://github.com/mabuonomo/yggdrasil-springboot

A boilerplate of a spring boot server, written in Java, with JWT authentication, GraphQL and Hibernate
https://github.com/mabuonomo/yggdrasil-springboot

graphql hibernate java jwt mongodb mysql springboot

Last synced: 3 months ago
JSON representation

A boilerplate of a spring boot server, written in Java, with JWT authentication, GraphQL and Hibernate

Awesome Lists containing this project

README

          

WORKING PROGRESS, DO NOT USE!

## RUN
docker-compose run yggdrasil

## graphql
{
cars {
name
}
}