로딩
요청 처리 중입니다...

15 'script' must not be null or empty

 15 'script' must not be null or empty

Caused by: java.lang.IllegalArgumentException: 'script' must not be null or empty at org.springframework.util.Assert.hasText(Assert.java:289) at org.springframework.jdbc.datasource.init.ScriptUtils.splitSqlScript(ScriptUtils.java:636) at org.springframework.jdbc.datasource.init.ScriptUtils.executeSqlScript(ScriptUtils.java:252) ... 114 more 테이블 설계도를 뒤늦게 짜면서 코드 이곳저곳을 손을 봤더니 역시 서버가 쉽사리 켜지지 않는다. 로컬에서 개발 할 때 h2 console을 이용하고 있는데, 매번 데이터를 넣기 귀찮아 @@@.sql 파일을 만들어 쓰고 있었다.

테이블 구조가 바뀌면서 insert문에 오류가 나서 .s...