You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I clone this Eurka project and run it on my local without changing anything the app server run but Eureka Server Dashboard is not loading, i tried also to add
also it is not working, also i create new project from scratch same issue server running bit dashboard is not coming i am using same config with java 17.
Hi,
I clone this Eurka project and run it on my local without changing anything the app server run but Eureka Server Dashboard is not loading, i tried also to add
spring.freemarker.cache=false
spring.freemarker.template-loader-path=file:src/main/resources/templates/
also it is not working, also i create new project from scratch same issue server running bit dashboard is not coming i am using same config with java 17.
below is my config
spring.application.name=eureka
eureka.port=8010
server.port=${eureka.port}
eureka.client.register-with-eureka=false
eureka.client.fetch-registry=false
eureka.client.serviceUrl.defaultZone=http://127.0.0.1:${eureka.port}/eureka
logging.level.org.springframework.context=DEBUG
spring.freemarker.cache=false
spring.freemarker.template-loader-path=file:src/main/resources/templates/
The text was updated successfully, but these errors were encountered: