I am wondering if anyone has tried using Android Product Flavors for simple Java web projects (like Spring Boot) and can show me a better approach for this? We use IntelliJ to develop web services, and it should reflect the chosen tastes just like Android Studio.
We do not want to use Spring profiles or have multiple branches for support.
source
share