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

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

python - RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK -