All Downloads are FREE. Search and download functionalities are using the official Maven repository.

na.csp.dew.registry.1.5.0-Beta3.source-code.bootstrap-dew-test.yml Maven / Gradle / Ivy

spring:
  application:
    name: registry

server:
  port: 8000

security:
  basic:
    enabled: true
  user:
    name: registry
    password: 123456

eureka:
  client:
    register-with-eureka: false
    fetch-registry: false
    serviceUrl:
      defaultZone: http://registry:123456@localhost:${server.port}/eureka




© 2015 - 2025 Weber Informatics LLC | Privacy Policy