문제해결
-
[Spring Error} : Could not determine type for: java.util.List, at table문제해결 2022. 8. 8. 22:34
org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:165) ~[spring-boot-2.7.2.jar:2.7.2] at org.springframework.context.suppo..
-
Spring test case error INFO: * containers and * tests were Method or class mismatch 문제 해결 방법문제해결 2022. 6. 28. 21:59
아래 와 같은 코드로 Spring 실습을 진행 해보았다. 분명 코드는 똑바로 넣은 것 같은데 계속해서 아래와 같은 오류가 발생했다. (오류라고 해서 실행이 안됐던건 아니였다) 실행은 됐지만 콘솔창에서 보이는 빨간 글씨는 좋았던 기억이 없어서 해결할 방법을 찾아보던 중 구글 검색을 통하여 나와 똑같은 질문을 하신 분을 찾았다. https://www.inflearn.com/questions/157200 질문하나만 드려도될까요.. - 인프런 | 질문 & 답변 테스트는 성공으로 뜨는데 빨간색으로 이런 글씨가 있어서 왜 이런게 뜨는지 여쭤봐도 될까요..? org.junit.platform.launcher.core.EngineDiscoveryOrchestrator lambda$logTestDescriptorEx....