I have multiple microservices springboot app running as jar file, each of them will create a connection to a centralize oracle database. I wish to have a connection pool for all these microservices to share use.
Currently I am thinking to change all these springboot app to build into war file and deploy as Web application in Payara, and configure connection pool on payara for all the microservices.
So far it is working in my testing.
Would like to know if there is any other designs and what are their pros and cons.
world skills is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.