ProblemApp
This is a project for people to easily reproduce the issue I have at http://stackoverflow.com/questions/43493344/java-implement-multiple-interfaces-results-in-compilation-error
How to Run
- Import as an existing Maven project into eclipse
- Run as Spring Boot Application, or run com.myapp.ProblemApplication as Java application.
How to Reproduce the Issue
$ cd problemapp
$ mvn clean package