Skip to content

Eureka Server Dashboard is not loading #55

@wish79

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions