06 2022 档案
org.springframework.jdbc.BadSqlGrammarException: ### Error querying database. Cause: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USER" not found;
摘要:# DataSource Config spring: datasource: driver-class-name: org.h2.Driver schema: classpath:db/schema-h2.sql data: classpath:db/data-h2.sql url: jdbc:h 阅读全文
posted @ 2022-06-27 23:33 java不白吃 阅读(1067) 评论(0) 推荐(0)