有没有办法在 BitBucket 插件中使用 Eclipselink JPA 并连接到 BitBucket 数据库?我正在尝试使用 EclipseLink 连接到 BitBucket 数据库并检索用户。我创建了一个用户实体类并尝试使用本机查询检索用户。它显示以下错误:
java.lang.ClassNotFoundException: net.bull.javamelody.JpaPersistence
有没有办法使用任何 JPA 框架连接到数据库?
有没有办法在 BitBucket 插件中使用 Eclipselink JPA 并连接到 BitBucket 数据库?我正在尝试使用 EclipseLink 连接到 BitBucket 数据库并检索用户。我创建了一个用户实体类并尝试使用本机查询检索用户。它显示以下错误:
java.lang.ClassNotFoundException: net.bull.javamelody.JpaPersistence
有没有办法使用任何 JPA 框架连接到数据库?