org.junit.platform.launcher.core.EngineDiscoveryOrchestrator lambda$logTestDescriptorExclusionReasons$7 INFO: 0 containers and 2 tests were Method or class mismatch 해당 문구는 큰문제는 아니지만 그래도 지우고 싶으면 해당 Build 설정을 바꾸면 해결된다 Intellij 설정에서 Settings -> Build, Execution, Deployment -> Build Tools -> Gradle 에서 Build and run using과 Run tests using의 속성을 Intellij IDEA로 해주시면 해결됩니다. 빌드할 때 JUnit으로 테스트가 진행 되어야 하는데 ..
spring boot 2.5.0 이상 버전에서 바뀐 내용으로 오류 Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Invocation of init method failed; nested exception is org.springframework.jdbc.datasource.init.ScriptStatementFailedException: Failed to execute SQL script statement #..