Caused by: java.lang.RuntimeException: Could not postProcess org.springframework.security.config.annotation.web.builders.WebSecurity@61d4155b of type class org.springframework.security.config.annotation.web.builders.WebSecurity Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mvcHandlerMappingIntrospectorRequestTransformer': Cannot resolve refere..
Spring Boot
Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax error in SQL statement "\000d\000a drop table if exists [*]user cascade "; expected "identifier"; SQL statement: 엔티티를 작성하고 무사히 넘어가나 싶었지만 나를 괴롭히는 3줄 .. 언제 레포랑 서비스 다 작성하고 프론트까지 할까 싶다. ~.yml 현재 상태 jpa: hibernate: ddl-auto: create #none? ?? ???? ??? ??. properties: hibernate: show_sql: true format_sql: true 여기서 ddl-auto를 건들여 봤더니 none으로 설정하면 ..