Package org.springframework.boot.config

Examples of org.springframework.boot.config.SimpleConfigMetadataRepository.include()


    }

    SimpleConfigMetadataRepository repository = new SimpleConfigMetadataRepository();
    for (Resource resource : resources) {
      ConfigMetadataRepository repo = load(resource);
      repository.include(repo);
    }
    return repository;
  }

  private ConfigMetadataRepository load(Resource resource) throws IOException {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.