All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.hengyunabc.endpoints.autoconfigure2.ManagementApplicationcontextHolder Maven / Gradle / Ivy

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