I am having a legacy applications developed in SpringMVC/Spring boot. In the application I can see the I/O calls like to connect with DB and external service call causes thread sortage because of blocking in nature. Can I just replace the general DBMS connector with R2DBMS connector and reap the benefit. What advantage we can take ?