无法创建 Maven 原型:jpa-maven-archetype
我试图从控制台生成原型“jpa-maven-archetype”,但它只会抛出有关不存在的原型的错误消息。我还查阅了 mvn archetype:generate 中的可用原型列表,它不再存在。
我试图从数据库自动生成 JPA 的所有实体类...你们中有人知道替代方案吗?
I'm trying to generate the archetype "jpa-maven-archetype" from console, but it only throws error messages about a non-existent archetype. I also consulted the list of the avaiable archetypes from mvn archetype:generate and it doesn't exists any more.
I was trying to auto-generate all entity classes for JPA from a database...do any of you knows about alternatives?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我怀疑 Maven 原型无论如何都能帮助你,原型是一堆预定义的文件和文件夹 + Velocity 模板。能够做到这一点的软件需要数据库连接、JDBC 驱动程序和高级逻辑。
类似的工具是存在的,但是依赖于 JPA 提供者,所以这取决于您使用的工具。请参阅示例参考:
Well, I doubt a Maven archetype would help you there anyway, archetypes are a bunch of predefined files and folders + Velocity templates. A software that can do it needs a database connection, a JDBC driver and advanced logic.
Tools like that exist, but are JPA-provider dependent, so it's down to what you use. See example references: