Hello,
My question is I have 3 spring boot projects. parent, child, and config-server
child is a dependency in parent and both of them contain bootstrap.properties files with separate name,profile . When I run
the child by itself it works great and bring the @value from the config server but when i run parent project I get
java.lang.IllegalArgumentException: Could not resolve placeholder ${child-project-placeholder}
My spring boot version is 2.3.1.RELEASE
using Spring cloud-config client version 2.2.4
and in cloud-config server version is 2.0.0.M9
Can you please help I would appreciate it