Category Archives: 미분류
JPA 기본값, 변경된 필드만 업데이트
Spring Boot Redis Entity 별로 TTL 지정하기
Ubuntu 18.04 날짜 시간 표시하기
Spring Boot Kafka 연동하기
Spring Boot Kafka 연동하기
의존성 추가
dependencies {
// ......
implementation 'org.springframework.kafka:spring-kafka'
// ......
}… 더보기 A different object with the same identifier value was already associated with the session
Spring Boot JPA With Procedure
Spring Boot JPA With Procedure
NamedStoredProcedureQuery 생성
@NamedStoredProcedureQuery(
name = Menus.NamedQuery_GetMenuList,
procedureName = "getMenuList",
resultClasses … 더보기 Install bazel on ubuntu
Install bazel on ubuntu
go 설치
tar -C ~/. -xzf ~/Downloads/go1.15.2.linux-amd64.tar.gz
## 경로추가
export PATH=$PATH:${HOME}/go/bin
… 더보기 