在示例应用程序的持久化单元配置中,有一个 jakarta.persistence.sql-load-script-source 属性,它引用了位于应用程序 META-INF 目录中的 my_jpa_data_table.sql 文件。该 SQL 文件被用来向示例应用程序所使用的数据库表插入一些占位记录。启动示例应用程序后,对 PostgreSQL 中的 my_jpa_data_table 表执行一条 SELE...
Changes the scope of jakarta.persistence-api from provided to compile. This ensures the dependency is included in the runtime classpath, addressing the ClassNotFoundException for jakarta.persistence.Table. Maintains the version of jakarta.persistence-api at 3.1.0, aligning with the recommended version...