@NotNull, @NotEmpty, @NotBlank
JSP 한글 깨짐 현상(인코딩, UTF-8)
Spring Security from WebSecurityConfigurerAdapter to SecurityFilterChain
Replace code of WebSecurityConfigurationAdapter class(authenticationManagerBean -> authenticationManager)
Required a bean of type that could not be found
Connection is read-only
Constructor Injection vs Field Injection
Compile vs Implementation
SOLID
JSP onerror
Name must not be null or empty
Springboot Version after 3.x
Spring Security 6.x, Springboot 3.x 에서 ?continue가 url 뒤에 붙을 경우?
OAuth in Spring Security
Exception Handler & Controller Advice
UnsatisfiedDependencyException
프로젝트 진행 과정 중 Jmeter로 사용자들이 동시에 접속하는 경우의 조회수를 점검하는데, 실제 DB에는 많이 누락되는 현상이 발생했음을 확인10000건을 기준으로 테스트를 진행했고 Error Ratio가 0이었기에, 처음에는 문제 없이 들어가는 줄 알았습니다. 그런
개인 프로젝트를 진행하며 mvc 패턴 템플릿을 작성하고 있었는데, 한 가지 의문이 드는 부분이 있었습니다.보통 제 경우에는 위와 같이 생성자 주입으로 의존성을 형성해주는 것이 스프링 권장사항이기도 하여 @Autowired를 개발 시 잘 쓰지 않았던 것도 있었습니다.그런