Troubleshooting

    [Docker] executor failed running. exit code: 127

    [Docker] executor failed running. exit code: 127

    Docker를 사용해서 Jenkins를 띄우려고 하는데, 다른 개발자 분의 개발 환경에서는 Dockerfile이 정상적으로 build 되는 반면, 내 로컬에서는 에러가 났다. 에러 내용 => ERROR [2/5] RUN

    [JPA] Failed to create query for method public abstract. No property found for type.

    에러 내용 Caused by: java.lang.IllegalArgumentException: Failed to create query for method public abstract org.springframework.data.domain.Page co m.bemate.domain.shelter.repository.PetRepository.findByShelterNo(com.bemate.domain.shelter.entity.Shelter,org.springframework.data.domain.Pageable); No property 'no' found for type 'Shelter'; Did you mean 'id'; Traversed path: Pet.shelter 코드 public interf..

    [Spring Security] HandlerMappingIntrospector is required to use MvcRequestMatcher

    문제 org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'A Bean named mvcHandlerMappingIntrospector of type org.springframework.web.servlet.handler.HandlerMappingIntrospector is required to use MvcRequestMatcher. Please ensure Spring Security & Spring MVC are configured in a shared ApplicationContext.' available API 호출 시 위와 같은 예외가 발생했다. 살펴보니 Security Config의 requestMatc..