Spring Boot 27
- Spring Boot - Testcontainers로 MariaDB 테스트하기
- Spring Boot - schema.sql, data.sql 실행 로그 출력
- Spring Boot - SpringDoc (Swagger) 설정
- H2 issue - org.h2.mvstore.MVStoreException: java.lang.AssertionError
- Spring Boot - CORS 설정
- Spring Boot - 특정 객체를 여러개의 bean으로 생성하기
- Spring Boot Test - Interceptor 테스트
- Spring Boot Test - Argument Captor
- Spring Boot Test - Service 테스트
- Issue - 여러 줄 문자열 검증하기
- Spring Boot Test - Rest Controller 단위 테스트 작성하기
- Spring Boot - Redis 설정
- Spring Boot Test - @InjectMock 사용하지 않고 Mock 객체를 사용하는 인스턴스 만들기
- Spring Boot - Lombok 설정으로 @Value 필드를 생성자에서 주입 받기
- Issue - org.mockito.exceptions.verification.VerificationInOrderFailure: Verification in order failure: redisTemplate.opsForSet();
- Project [Simple Board 2] - 테스트 구상
- Spring Boot Test - Mockito로 mock 만들어 테스트 검증하기
- Spring Boot Test - Junit5 어노테이션
- Spring Boot Test - JUnit5 Assertions
- Spring Boot Test - JUnit5 Test 설정
- H2 Console - remote connections ('webAllowOthers') are disabled on this server
- Spring Boot - Attribute Resolver
- Hibernate - MySQL에 Enum 필드를 String(varchar)로 저장하는 이슈
- Spring Boot - 멀티 모듈 구성 (2) 다른 방법
- Spring Boot - 멀티 모듈 구성 (1) Spring Boot Docs Guide 따라하기
- Spring Boot - Filter, interceptor, aop
- JPA - @Where 어노테이션 Deprecated