Docker – Property spring.config.import from application.properties is not overwritten by environement variables in Spring Boot 3 microservice application
I have the project with following microservices: FE: Spring Boot 3 application which displays information to the user BE: Spring Boot 3 application which connects with DB and sends information to FE MySql: database which stores data Config Sever: Spring…