External configuration file in Spring Boot with Docker Compose Unable to Load
I’m trying to import a file using “spring.config.import”. I saw in the documentation that you can import in 2 ways. 1 using multiple files (configtree) and the other is where the file is a .yaml file.