
Spring Boot 2.7 + JPA + GraphQL 예제
·
JAVA
개요 SpringBoot + JPA + GraphQL을 이용한 간단한 예제 프로젝트 구현 프로젝트 구성 https://start.spring.io/ Java 17 Spring Boot 2.7.1 Gradle Dependencies Spring for GraphQL Spring for JPA Spring Web H2 Database Lombok IntelliJ 프로젝트 환경 구성 1. File > Project Settings > Project > Project SDK Java17로 변경 2. Settings > Build, Execution, Deployment > Build Tools > Gradle 설정 변경 Bulid and run using: Intellij IDEA Run tests using:..