-
Notifications
You must be signed in to change notification settings - Fork 436
Description
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/