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
- Host: GitHub
- URL: https://github.com/mabuonomo/yggdrasil-springboot
- Owner: mabuonomo
- License: mit
- Created: 2018-11-17T14:44:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T21:02:33.000Z (over 7 years ago)
- Last Synced: 2025-03-04T18:45:49.438Z (over 1 year ago)
- Topics: graphql, hibernate, java, jwt, mongodb, mysql, springboot
- Language: Java
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WORKING PROGRESS, DO NOT USE!
## RUN
docker-compose run yggdrasil
## graphql
{
cars {
name
}
}