blinkfox / fenix

This is an extension library to the Spring Data JPA complex or dynamic SQL query. 这是一个比 MyBatis 更加强大的 Spring Data JPA 扩展库,为解决复杂动态 JPQL (或 SQL) 而生。https://blinkfox.github.io/fenix
https://blinkfox.github.io/fenix
Apache License 2.0
345 stars 72 forks source link

关于xml文件对应的schema文件的问题 #15

Closed linqunxun closed 4 years ago

linqunxun commented 4 years ago

请问目前fenix的xml文件对应的schema文件或者dtd文件有无提供?

blinkfox commented 4 years ago

没有定义 schemadtd`,因为支持的 XML 标签可以完全自定义,就没强约定。

linqunxun commented 4 years ago

好的,谢谢