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

https://github.com/xmlking/spring-graphql


https://github.com/xmlking/spring-graphql

Last synced: 10 months ago
JSON representation

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
```