Is there a simple way to expose a resource as JNDI resource so that it satisfies the JTA data source reference in persistence.xml
(already there, have to reuse it for some reasons)?
If not in Spring Boot, can we do it using Java EE, like using an @Resource
annotation?