Skip to content

Eureka Server Dashboard is not loading #55

Description

@wish79

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/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions