Tag: jndi
Spring Boot Configure DataSource Using JNDI with Example
by  Java4s | 15 Comments
  [ Ask Question ]
We already saw the default approach to configure datasource, in this article I am going to explain you how to configure datasources using JNDI lookup in spring boot applications. Before you read this article, I highly recommend to read How…