
스프링 시간에 오류가 발생했다
Reason: Failed to determine a suitable driver class
Action:
Consider the following:
If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).
spring.datasource.username=springscott

데이터 베이스 이름을 잘못 작성해 찾을 수 없어 발생한 오류였다...
이름을 수정하니 해당 오류는 뜨지 않았지만
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2025-04-18T11:27:09.080+09:00 ERROR 18576 --- [MyBatisPrj][ restartedMain] o.s.boot.SpringApplication : Application run failed
여전히 실행되지 않고 서버가 꺼졌다.

옆에서 친구가 Memo_mapper.xml 파일을 지워보라는 말을 듣고
아직 아무내용도 없던 빈 파일이었기에 지워봤는데

잘 실행 된다!
왜 실행 되지 않았던 건지는 알지 못하겠다..
아시는 분 있으시면 댓글 남겨주세요...ㅎㅎㅎ