@jkandasa said:
@Blank You cannot run MyController source as is. You should compile it via maven. Clone the repo and execute
mvn packgae
frommycontroller/
directory. You can find binay bundle onmycontroller/dist/target/
.
I guess you mean mvn package
Because that works for me!