
io.github.hengyunabc.endpoints.autoconfigure2.ManagementApplicationcontextHolder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of endpoints-spring-boot-autoconfigure2 Show documentation
Show all versions of endpoints-spring-boot-autoconfigure2 Show documentation
Show all spring boot endpoints mappings url.
The newest version!
package io.github.hengyunabc.endpoints.autoconfigure2;
import org.springframework.context.ConfigurableApplicationContext;
public class ManagementApplicationcontextHolder {
private ConfigurableApplicationContext managementApplicationContext;
public ConfigurableApplicationContext getManagementApplicationContext() {
return managementApplicationContext;
}
public void setManagementApplicationContext(ConfigurableApplicationContext managementApplicationContext) {
this.managementApplicationContext = managementApplicationContext;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy