1. 程式人生 > >IDEA使用sprintboot使用h2本地資料庫找不到table。Caused by: org.h2.jdbc.JdbcSQLException: Table "USER" not found;

IDEA使用sprintboot使用h2本地資料庫找不到table。Caused by: org.h2.jdbc.JdbcSQLException: Table "USER" not found;

spring.datasourse.url=jdbc:h2:men:test

spring.jpa.hibernate.ddl-auto = update
僅當資料庫連結為檔案的時候,update才會有效,如果為記憶體,每次也會清掉。

詳細可以檢視本文章:
https://blog.csdn.net/sanpic/article/details/80816379?utm_source=blogxgwz2