spring with jlink, moditect and java 11

隐身守侯 提交于 2019-12-03 21:42:10

I now it's not an answer but as it is a new question linked to my problem I didn't know if I should post a new question or answer this one. sorry if I should had posted a new question.

is it possible that a third part librairy as spring (and many other I imagine) can do at the same time introspection and injection on the same module?

I mean could it work if I do two package. one with the graphic and one specific to the dao and pass throw spring to link the two module and make it work. is it possible without been cycling between my two module and spring?

edit : does a framework doing the same as spring-data-jpa is java-jlink-11 ready?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!