micronaut-examples
micronaut-examples copied to clipboard
Page Not Found
I run this java example in idea ide; Also have enabled annotation processing. but i got "_links":{"self":{"href":"/hello","templated":false}},"message":"Page Not Found"} erro ,when i access by http://localhost:8080/hello
run in ci have Resolved bean candidates [Definition: example.micronaut.HelloController] for type: class example.micronaut.HelloController 19:28:23.851 [main] DEBUG i.m.context.DefaultBeanContext - Finalized bean definitions candidates: [Definition: example.micronaut.HelloController]
but in idea can not find this log,why?
@chinadeng Probably related with https://github.com/micronaut-projects/micronaut-core/issues/685