https://github.com/xmlking/spring-graphql
https://github.com/xmlking/spring-graphql
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xmlking/spring-graphql
- Owner: xmlking
- Created: 2023-02-03T05:18:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T05:20:08.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T05:43:18.422Z (11 months ago)
- Language: Kotlin
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring graphql
## Setup
```shell
sdk rm java
sdk i java 17.0.6-zulu
java --version
sdk rm gradle
sdk i gradle
gradle --version
sdk i springboot
sdk i quarkus
```
## Run
```shell
gradle clean bootRun
gradle test
```
## Test
open http://localhost:8080/graphiql
open http://localhost:8080/h2-console
## Maintain
```shell
gradle flywayInfo
gradle flywayMigrate
gradle flywayRepair
gradle flywayValidate
```