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 |
Tags
- OptimisticLock
- java
- kotest testcontainers
- TestContainers
- ObjectOptimisticLockingFailureException
- 낙관적 락 롤백
- Invalid property 'principal.username' of bean class
- 소수찾기 java
- RefreshToken
- jpa
- 낙관적 락 재시도
- 백준
- Spring Cloud Gateway
- 알고리즘
- spring DI
- spring aop
- multimodule testcontainers
- ObjectOptimisticLockingFailureException 처리
- 형상관리
- S3
- 우아한 테크러닝
- netty
- @transactional
- AccessToken
- springsecurity
- DI
- interface
- redissonlock aop
- 멀티모듈 테스트컨테이너
- aop
Archives
- Today
- Total
목록mariadb testcontainers (1)
조급하면 모래성이 될뿐

현재 프로젝트에서는 RDS를 mariadb로 구성하여 사용하고 있다. 이를 위해 mariadb 테스트 컨테이너 환경을 구축했다. 또한 테스트 라이브러리로는 kotest를 사용하고 있다. 1. 테스트 컨테이너 의존성 추가. build.gradle.kts testImplementation("org.testcontainers:testcontainers:$testContainerVersion") testImplementation("org.testcontainers:junit-jupiter:$testContainerVersion") testImplementation("org.testcontainers:mariadb:$testContainerVersion") 2. mariadb 테스트 컨테이너 설정 TestCont..
구현 기록/TestContiners
2023. 6. 23. 18:25