Flyway migration using JNDI -


i doing migration using flyway. have used flyway configuration file can changed based on environment (dev/test/prod). application using jndi lookup database connectivity in tomcat's server.xml file.

but problem want make common both flyway , application don't make mistakes change configuration @ 1 file , forget in one.

also looking solution can applied java or php application irrespective of framework used(e.g. spring) help???


Comments

Popular posts from this blog

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -