fmcejudo / quarkus-eureka

47 stars 24 forks source link

can not work #25

Closed linking12 closed 3 years ago

linking12 commented 3 years ago
quarkus.http.port=8080
quarkus.application.name=quarkus-sample
quarkus.eureka.region=default
quarkus.eureka.prefer-same-zone=true
quarkus.eureka.should-use-dns=false
quarkus.eureka.service-url.default=http:/localhost:8761/eureka

Only config in properties, but can not work, app can not register in eureka; May be I miss something others?

fmcejudo commented 3 years ago

Hi @linking12 . did you get any log with more info? Off the top of my head I can't find any issue with that config. Also, if you want to, you can compare with an example I did on github:

https://github.com/currofy/coffee-shop-parent

But if you have more logs we can try to work that out

linking12 commented 3 years ago

Hi @linking12 . did you get any log with more info? Off the top of my head I can't find any issue with that config. Also, if you want to, you can compare with an example I did on github:

https://github.com/currofy/coffee-shop-parent

But if you have more logs we can try to work that out

Thank you for your quickly reply, It is my fault for I miss provide health endpoint