Is it possible to use JPA console without XML?
Hi,
In my Spring/JPA application I don't have any XML for persistence configuration (like hibernate.cfg.xml).
I want to use JPA console and I realized that is not available for my project.
Is it possible to use without xml configuration file?
Thanks,
请先登录再写评论。
I found solution:
http://devnet.jetbrains.com/message/5459922#5459922
Thanks