Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ZuulFilter
- 백트래킹
- Spring Cloud Config
- Logback
- 스택
- Gradle
- Zuul
- 서비스 디스커버리
- Java
- 도커
- dp
- 메모이제이션
- 유레카
- docker-compose
- 플로이드 와샬
- 달팽이
- spring boot
- 완전 탐색
- 구간 트리
- 트리
- 게이트웨이
- 이분 매칭
- 구현
- 다익스트라
- BFS
- 주울
- 스프링 시큐리티
- 이분 탐색
- 비트마스킹
- spring cloud
Archives
- Today
- Total
목록querydsl (1)
Hello, Freakin world!
간단한 QueryDSL 초기 설정 in Gradle 6
buildscript { ext { queryDslVersion = "4.4.0" } } plugins { id 'org.springframework.boot' version '2.4.3' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id 'java' } group = 'springboot.jpa' version = '0.0.1-SNAPSHOT' sourceCompatibility = '11' repositories { mavenCentral() } dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.s..
JPA
2021. 3. 2. 16:43