
spring 프로젝트를 만든 후 build.gradle에 추가해준다. plugins { id 'java' id 'org.springframework.boot' version '3.2.5' id 'io.spring.dependency-management' version '1.1.4' id "com.ewerk.gradle.plugins.querydsl" version "1.0.10"} //Querydsl 추가 implementation 'com.querydsl:querydsl-jpa:5.0.0:jakarta' annotationProcessor "com.querydsl:querydsl-apt:${dependencyManagement.importedProperties['querydsl.version']}:ja..
buildscript { ext { queryDslVersion = "5.0.0" } } plugins { id 'java' id 'org.springframework.boot' version '3.2.1' id 'io.spring.dependency-management' version '1.1.4' } group = 'jpabook2' version = '0.0.1-SNAPSHOT' java { sourceCompatibility = '17' } configurations { compileOnly { extendsFrom annotationProcessor } } repositories { mavenCentral() } dependencies { implementation 'org.springframe..
- Total
- Today
- Yesterday
- HTTP
- 향해99
- jpa api
- 예외처리
- exception
- SpringBoot
- 항해플러스
- ArgumentResolver
- BindingResult
- 컨트
- 인터셉터
- JPA
- hypertexttransferprotocol
- 스프링공부
- rejectValue
- 로그인
- 백엔드 개발자 공부
- Intercepter
- Java
- 향해플러스백엔드
- 향해플러스
- reject
- 리터럴
- 스프링부트
- react실행
- filter
- React
- 백엔드 개발자 역량
- 항해99
- thymleaf
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |