- All Implemented Interfaces:
- org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered
public class DependencyEnvironmentPostProcessor
extends Object
implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered
EnvironmentPostProcessor that sets spring.application.name.
Specifically, if spring.application.name doesn't contain a / and
spring.cloud.zookeeper.prefix has text, it sets spring.application.name
to /${spring.cloud.zookeeper.prefix}/${spring.application.name}
- Author:
- Spencer Gibb