* graphql-kotlin initial commit * docs : README.md 및 공식 문서 링크 추가 * build : Spring Web MVC(servlet) stack -> Spring WebFlux(reactive) stack 으로 의존성 변경 * build : GraphQL Kotlin Spring Server 의존성 추가 * add graphql package configuration * docs : graphql package 설정 설명 주석 추가 * docs : GraphQL Kotlin 공식 문서 링크 및 제목 수정 * feat : Schema, Query, Mutation, Subscription 추가 * docs : README.md 항목 수정 * feat : GraphQL Context 구현체 추가
6 lines
200 B
INI
6 lines
200 B
INI
distributionBase=GRADLE_USER_HOME
|
|
distributionPath=wrapper/dists
|
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
zipStorePath=wrapper/dists
|