简体   繁体   English

HyperJaxb3 - Java 1.8上的XSD到JPA:依赖项

[英]HyperJaxb3 - XSD to JPA on Java 1.8: dependencies

I am trying to use HyperJaxb3 for generating JPA compatible classes from XSD. 我正在尝试使用HyperJaxb3从XSD生成JPA兼容类。 Here my questions: 在这里我的问题:

  • Is the framework compatible with java 1.8? 框架是否与java 1.8兼容?
  • Where can I take a running sample of both maven and ant? 我在哪里可以采取maven和ant的运行样本? It seems that original site has been deprecated and on github there are no clear examples on how to use the library. 似乎原始网站已被弃用,并且在github上没有关于如何使用该库的明确示例。

So many thanks in advance e thanks for all your availability. 非常感谢,感谢您的所有可用性。 Best, m 最好的,m

  • I did not build it with 1.8 yet but I don't expect any problems with that. 我没有用1.8构建它,但我不认为有任何问题。
  • You can get Maven and Ant samples for 0.6.0 from releases . 你可以从版本中获得0.6.0的Maven和Ant样本。 If you need newer version, you'll have to build them on your own at the moment. 如果您需要更新版本,那么您现在必须自己构建它们。 mvn clean install in the root dir and the mvn clean install in samples . mvn clean install在根目录中mvn clean install并在samples mvn clean install Or mvn clean install -Pall . 或者mvn clean install -Pall

Disclaimer: I'm the author of Hyperjaxb3. 免责声明:我是Hyperjaxb3的作者。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM