Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 486 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 486 Bytes

Getting Started

Required Environments

  • JDK (>=11)

1. git clone

git clone https://github.com/tngus3722/springboot-graphQL-starter.git
cd springboot-graphQL-starter.git

2. build jar

need java (>= 11)

./gradlew bootJar 

3. excute jar

java -jar build/libs/*.jar

GraphQL GUI web

http://localhost:8080/gui

image