Activity overview
Latest activity by Mad_max
I use Springboot to config Flyway (app.properties) but when I start application, Flyway does not seem to start. How can I use Springboot to act as a consolidating intermediary ? / comments
I use Springboot to config Flyway (app.properties) but when I start application, Flyway does not seem to start.How can I use Springboot to act as a consolidating intermediary ?
Flyway support oracle with weblogic
Hi guys ! I have a Maven application which runs with Oracle database and Weblogic as a server. My connection to database is realized by a datasource created from Weblogic(JNDI). As a pom.xml depend...