오랫동안 관리하지 않은 Java Project를 폴더를 옮겨서 실행을 시도함
IntelliJ에서 Spring 실행 시, 정상적으로 실행되지 않음
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [com.team17.preProject.PreProjectApplication]; nested exception is java.io.FileNotFoundException: class path resource [com/team17/preProject/test/mapper/PostMapper.class] cannot be opened because it does not exist
at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:189) ~[spring-context-5.3.22.jar:5.3.22]
at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:331) ~[spring-context-5.3.22.jar:5.3.22]
...
Caused by: java.io.FileNotFoundException: class path resource [com/team17/preProject/test/mapper/PostMapper.class] cannot be opened because it does not exist
at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:199) ~[spring-core-5.3.22.jar:5.3.22]
at org.springframework.core.type.classreading.SimpleMetadataReader.getClassReader(SimpleMetadataReader.java:55) ~[spring-core-5.3.22.jar:5.3.22]
...
Process finished with exit code 1