就像在命令行中执行“mvn maven wildfly-jar:dev-watch”一样,IDE 将显示构建、启动和配置示例应用程序的过程信息: 在示例应用程序的持久化单元配置中,有一个 jakarta.persistence.sql-load-script-source 属性,它引用了位于应用程序 META-INF 目录中的 my_jpa_data_table.sql 文件。该 SQL 文件被用来向示例应用...
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...