Container Managed Database Resource (JNDI) with Springboot.
We have the example of applications which are connecting to database are managed by the application. Sometime applications wants it to managed by the container. Application maintained the database resource properties in the application yaml properties and when the application started spring boot takes care of building the resources using the starters. With this the…
