-
code(kotlin):
```kotlin
@Validated
@RestController
@RequestMapping("/admin/system/sysRole")
class SysRoleController(
private val sysRoleService: SysRoleService
) {
/**
* G…
-
**Describe the bug**
Our application employs spring-boot-starter-data-redis to interact with Azure Redis for Cache via a private link, a setup that functioned perfectly until we incorporated the azur…
-
멀티 모듈에 대한 레퍼런스를 조사해본다
API 서버 / 코어 / 인증 / 어드민 모듈 레퍼런스와 그 외 코어 모듈 관련 내용을 찾아보도록 한다
* [x] QueryDsl 의존성 관련
* [x] 예외 처리 관련
* [x] 인증 기능 분리 관련
-
오류내용
- unable to load class 'javax.persistence.entity'.
- gradle java.lang.noclassdeffounderror: javax/persistence/entity
```
//queryDsl version 정보 추가
buildscript {
ext {
queryDslVersi…
-
## Observed vs. expected behavior
```
select
count(collection0_.id) as col_0_0_
from
collection collection0_ cross
join
project project1_ cross
join
supply_demand suppl…
-
QuerydslPredicateExecutor provides a method `Page findAll(Predicate predicate, Pageable pageable);`
You can pass Pageable.unpaged() to get all rows in single page, in this case result not sorted.
If…
-
# 목적
- 프로젝트를 초기 세팅한다.
# 작업상세내용
- [x] ecoe --> acoe #2
- [x] gitIgnore에 yml 올리기
- [x] github 이슈탬플릿 생성 #8
- [x] 서버에 java 설치 및 기본 세팅
- [x] CICD 파이프라인 작성 #4
- [x] private key repo Git Subm…
-
* [x] JPQL vs Querydsl
* [x] Q-TYPE 활용
* [x] 검색 조건 쿼리
* [x] 결과 조회
* [x] 정렬
* [x] 페이징
* [x] 집합
* [x] 기본조인
* [x] on절
* [x] 페치조인
* [x] 서브쿼리
* [x] case 문
* [x] 상수,문자 더하기
-
프로젝트 환경 설정
* [x] 프로젝트 생성
* [x] Querydsl 설정과 검증
* [x] 라이브러리 살펴보기
* [x] H2 데이터베이스 설치
* [x] 스프링 부트 설정 - JPA,DB
-
### Describe the bug
This is the declaration of my function :
```kt
CREATE OR REPLACE FUNCTION delete_invite() RETURNS TRIGGER AS $$
BEGIN
DELETE …