Intellij partially builds, so not all classes are "processed". Only when doing a full rebuild. The problem is the `META-INF/services/io.jooby.MvcFactory` file is overwritten with only the "compiled" classes and not all MVC classes. (Jooby 2.x)
Intellij partially builds, so not all classes are "processed". Only when doing a full rebuild.
The problem is the
META-INF/services/io.jooby.MvcFactoryfile is overwritten with only the "compiled" classes and not all MVC classes.(Jooby 2.x)