/users
/posts
/slides
/apps
/books
mysetting
/users
/posts
/slides
/apps
/books
4:34 5/30
eclipse4j.tistory.com
4:34
eclipse4j.tistory.com
eclipes4j's 개발은 언제나 즐겁다.- KEEP
https://eclipse4j.tistory.com/
저작도구: tistory
최종 피드 수집: 2026-05-11 15:46
전체 (33)
2y
Spring Boot 3.2 RestClient
1. 일반적인 구현
Bean 등록
...
@Bean
fun mockiClassRestClient(): RestClient {
return RestClient.builder().baseUrl(
Programming!
+ 더보기
0
0
54
읽기모드
2y
Spring Boot / Cloud Vision API / IMEI
IMEI / EDI 이미지에서 읽어오기 테스트용.
Spring Boot 3.1, Kotlin 1.9
https://github.com/KimHyeongi/spring-boot-ocr
Programming!
CLOUD VISION API
OCR
+ 더보기
Spring
0
0
4
읽기모드
2y
Jpa Auditor 추가
https://github.com/KimHyeongi/spring-boot3-kotlin/tree/main/core/src/main/kotlin/com/tistory/eclipse4j/core/primary/base/entity
Programming!
JPA
Kotlin
+ 더보기
Spring
0
0
0
읽기모드
2y
Spring Security 예제 추가
음.. 아직 Spring Boot 3.1에 맞추기는 좀 그렇네.ㅎㅎ
아래 참고 코드 Kotlin 으로 변경.
https://github.com/KimHyeongi/spring-boot3-kotlin-security
Programming!
+ 더보기
0
0
0
읽기모드
2y
JPA ElementCollection
CollectionTable
- Table 명 지정.
- Collection Table의 주테이블 컬럼 명 지정. ( FK가 될 컬럼 )
- FK 제약은 제거
- 이경우 fk가 없으니 index 필요.
- 인덱스 생성
- ord
Programming!
ElementCollection
JPA
+ 더보기
Kotlin
0
0
0
읽기모드
2y
build
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appende
Programming!
Kotlin
Spring
+ 더보기
0
0
2
읽기모드
3y
SpringBoot3/Kotlin1.7
spring boot 3.x / kotlin 1.7.x / jpa+querydsl
뼈대 만들어 보기.. 잘~되면 좋고..
https://github.com/KimHyeongi/spring-boot3-kotlin
Programming!
JPA
Kotlin
+ 더보기
spring boot 3
0
0
1
읽기모드
3y
급한대로 대량 row 엑셀 처리
개인적으로 대용량 엑셀 read시에 예전 버전의 poi 사용을 잘 안하는데..
이번에 팀내 개발자분이 프로모션 쿠폰 발행으로 300만건 단위를 돌려야 하는 상황에 대한 개발을 하고 계셔서 같이 테스트를 해보니.. 역시.
곧 업무를
Programming!
+ 더보기
0
0
0
읽기모드
4y
Kotlin, Kotest 버전 올림.
흠.. 기존 Kotlin 기본 플젝에서 Kotlin 버전과 Kotest 버전을 올리고나니 갑자기 코루틴 관련으로 테스트가 깨진다.
알 수 없군..
다른 무언가도 문제가 있어보이는데... 여튼 하나씩 남겨보자.
https
Programming!
+ 더보기
0
0
0
읽기모드
4y
Spring + Resilience4j + Redis Cache, LocalCache 사용
Docker
다중 Redis 적용도 해볼겸 redis1, redis2로 처리.
version: '3.1'
services:
mysql:
image: mysql:8.0.27
command: mysqld --char
Programming!
+ 더보기
0
0
1
읽기모드
4y
JPA - @ElementCollection의 'in' 조건
아래와 같은 Entity가 있다고 생각하자
@Entity
@Table(name = "item")
@.....
class Item(
id: Long? = null,
attributes: Set<Attribute>
)
Programming!
+ 더보기
0
0
1
읽기모드
4y
Kotlin - Preconditions.kt 둘러보기
코드 작성시 만들어서 사용하기는 하지만, 공통으로 있으면 좋을 만한~~~ 것들이 있다.
https://github.com/JetBrains/kotlin/blob/master/libraries/stdlib/src/kotlin/u
Programming!
+ 더보기
0
0
0
읽기모드
4y
WIN 10 Docker CPU/Memory Limit 걸기
1. WSL 2 Based Engine 체크 확인 및 윈도우10 빌드 버전 Build 19041 확인
2. docker desktop 중지(QUIT)
3. Windows 키 -> Windows PowerShell
4. >
후비고!
+ 더보기
0
0
0
읽기모드
4y
기사 : hibernate-reactive
주말에 함 둘러보기
https://in.relation.to/2021/10/27/hibernate-reactive-1/
http://hibernate.org/reactive/documentation/1.0/referenc
Programming!
+ 더보기
0
0
0
읽기모드
4y
WSL 덕에 겜PC에서 개발을 아주 조금 할 수 있어서 좋네.
리눅스 처럼 사용할 수 있으니 아주 좋군.
후비고!
+ 더보기
0
0
0
읽기모드
4y
runCatching - kotlin
코틀린 예외처리를 보다가 흠.. 이런게 있구나.. 하고 남김.
특정 클래스에서 숫자형 문자를 반환하고 반환된 문자를 Int형으로 변경하는 상황으로 테스트코드 작성.
internal class TextNumber {
Programming!
+ 더보기
0
0
0
읽기모드
4y
List를 varargs( '...' ) Arguments로 처리해야 하는 경우 - Kotlin
varargs로 받는 메소드를 사용시 List 처리를 해야 하는 경우가 생기고는 한다.
대표적으로 보면 queryDsl의 .orderBy(OrderSpecifier ...)
꼭 List로 뭔가 하는건 아닌데 정말 간혹 위와
Programming!
Kotlin
list
+ 더보기
varargs
0
0
0
읽기모드
4y
MySQL : Order By RAND()
JPA + QueryDSL 의 MySQL환경에서 정말 간혹 rand() 함수를 사용해서 order by를 걸고 싶을때가 있다.
where(xxx)
.orderBy(NumberExpression.random().asc())
.l
Programming!
MySQL
ORDER BY
+ 더보기
rand()
0
0
0
읽기모드
4y
Kotlin Unit Test
https://phauer.com/2018/best-practices-unit-testing-kotlin/
Programming!
+ 더보기
0
0
62
읽기모드
4y
버전 맞추기 힘들다...
IDE 환경에서 문제없이 Application 이 실행되는데 EC2에 올라가면 main()을 찾을 수 없다고 내게 자꾸 토를 단다.
뭐지 왜지...
하.. 첨부터 디컴파일 해봤으면 바로 알 수 있는 내용인데 말이지.
Programming!
+ 더보기
0
0
53
읽기모드
About
Badge
Contact
Activity
Terms of service
Privacy Policy