Skip to content

Flyway can’t find classpath:db/migrations

I just started right now a new project in Intellij using Spring Boot ver 2.1.3 and Flyway 5.2.4 with Java 11. After try to start my project i got : I have the following folders: As you can see i have “db/migration” but without any migration, i just started right now. Debugging the class FlywayAuto…

How to start activity from another module

I have two modules. App and module Test. Module app contains MainActivity with button. Module Test contains MainActivity two. I want to run Test/MainActivity from module app by click on button. But Android still cannot see MainActivity from module Test. See below. Module app Manifest: Module Test manifest: Co…