springboot data.sql
-
환경 Mac M1 pro // OS Ventura 13.6 Springboot 3.2 java 17 에러 Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Failed to execute SQL script statement #1 of file 원인 및 해결 스프링부트가 첫 실행 시 디렉터리안에 data.sql이 먼저 실행되서 그렇다 application.yml 파일 수정 전 spring: datasource:..
스프링부트] 초기화 전 data.sql 실행되서 발생되는 에러환경 Mac M1 pro // OS Ventura 13.6 Springboot 3.2 java 17 에러 Error creating bean with name 'dataSourceScriptDatabaseInitializer' defined in class path resource [org/springframework/boot/autoconfigure/sql/init/DataSourceInitializationConfiguration.class]: Failed to execute SQL script statement #1 of file 원인 및 해결 스프링부트가 첫 실행 시 디렉터리안에 data.sql이 먼저 실행되서 그렇다 application.yml 파일 수정 전 spring: datasource:..
2023.12.20 -
개발 환경 OS : mac Ventura 13.5 스프링부트 : 2.7.8 JAVA : 11 H2 Database : 2.1.214 Intellij IDEA : 2022.3.2 (Ultimate Ed) 에러 Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2023-08-09 17:29:34.711 ERROR 29606 --- [ main] o.s.boot.SpringApplication : Application run failed org.springframework.beans.factory.BeanCreationException: Error creat..
스프링] data.sql 에러개발 환경 OS : mac Ventura 13.5 스프링부트 : 2.7.8 JAVA : 11 H2 Database : 2.1.214 Intellij IDEA : 2022.3.2 (Ultimate Ed) 에러 Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2023-08-09 17:29:34.711 ERROR 29606 --- [ main] o.s.boot.SpringApplication : Application run failed org.springframework.beans.factory.BeanCreationException: Error creat..
2023.08.09