micronaut-examples icon indicating copy to clipboard operation
micronaut-examples copied to clipboard

Page Not Found

Open chinadeng opened this issue 5 years ago • 2 comments

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

chinadeng avatar May 04 '19 11:05 chinadeng

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 avatar May 04 '19 11:05 chinadeng

@chinadeng Probably related with https://github.com/micronaut-projects/micronaut-core/issues/685

ilopmar avatar May 06 '19 06:05 ilopmar