Files
spring-cloud-template/eureka-server/src/main/resources/application.yml
T

15 lines
275 B
YAML
Raw Normal View History

2025-10-06 15:26:23 +08:00
server:
port: 8761
spring:
application:
name: eureka-server
eureka:
instance:
hostname: localhost
client:
register-with-eureka: false
fetch-registry: false
service-url:
defaultZone: http://${eureka.instance.hostname}:${server.port}/eureka/