Open kurb70 opened 1 month ago
When I start the app via java, the JTE view is displayed without any problems.
Ooops I've just realised that I mistakenly claimed that I was using version 4.4.2.
But I was using Micronaut 4.6.2. BTW The problem also occurs with 4.6.3
Expected Behavior
JTE template should be found and displayed when running as nativeCompile (macOS).
Actual Behaviour
Only this response appears in the web browser:
On console
Steps To Reproduce
import io.micronaut.core.util.CollectionUtils; import io.micronaut.http.HttpResponse; import io.micronaut.http.annotation.Controller; import io.micronaut.http.annotation.Get; import io.micronaut.views.View;
@Controller public class RootController {
}