spring cloud config server not loading file

40 views Asked by At

I use spring cloud config server in spring boot.

There are two files in spring cloud config server repository.

  1. common.yml
  2. hazelcast-common.yml

common.yml

spring:
  hazelcast:
    config: classpath:hazelcast-common.yml

why not loading classpath:hazelcast-common.yml ?

I don't know the problem.

loading the classpath:hazelcast-common.yml

this question resolved. github.com/spring-cloud/spring-cloud-config/issues/2344

0

There are 0 answers