Example usage for org.springframework.context EnvironmentAware interface-usage

List of usage examples for org.springframework.context EnvironmentAware interface-usage

Introduction

In this page you can find the example usage for org.springframework.context EnvironmentAware interface-usage.

Usage

From source file com.excelib.controller.GoController.java

@Controller
public class GoController implements EnvironmentAware {

    private final Log logger = LogFactory.getLog(GoController.class);

    private Environment environment = null;

From source file com.stfciz.mmc.web.SwaggerConfiguration.java

@Configuration
@EnableSwagger
public class SwaggerConfiguration implements EnvironmentAware {

    private final Logger log = LoggerFactory.getLogger(SwaggerConfiguration.class);

From source file org.networking.config.SwaggerConfig.java

@Configuration
@EnableSwagger2
public class SwaggerConfig implements EnvironmentAware {

    public static final String DEFAULT_INCLUDE_PATTERNS = "/controller/.*";

From source file karthik.SwaggerConfig.java

/**
 * Swagger configuration.
 *
 * Warning! When having a lot of REST endpoints, Swagger can become a performance issue. In that
 * case, you can use a specific Spring profile for this class, so that only front-end developers
 * have access to the Swagger view.

From source file com.pubkit.SwaggerConfig.java

/**
 * Swagger configuration.
 */
@Configuration
@EnableSwagger
public class SwaggerConfig implements EnvironmentAware {

From source file com.ascend.campaign.configs.SwaggerConfig.java

@Configuration
@EnableSwagger2
public class SwaggerConfig implements EnvironmentAware {
    public static final String DEFAULT_INCLUDE_PATTERN = "/api/.*";

    private RelaxedPropertyResolver propertyResolver;

From source file org.ansoya.drugs.configuration.SwaggerConfiguration.java

/**
 * Created by Administrator on 2016/11/6.
 */
@Configuration
@EnableSwagger2
public class SwaggerConfiguration implements EnvironmentAware {

From source file hip.config.apidoc.SwaggerConfiguration.java

/**
 * Swagger configuration.
 *
 * Warning! When having a lot of REST endpoints, Swagger can become a performance issue. In that
 * case, you can use a specific Spring profile for this class, so that only front-end developers
 * have access to the Swagger view.

From source file lms.config.apidoc.SwaggerConfiguration.java

/**
 * Swagger configuration.
 *
 * Warning! When having a lot of REST endpoints, Swagger can become a performance issue. In that
 * case, you can use a specific Spring profile for this class, so that only front-end developers
 * have access to the Swagger view.

From source file com.kb.config.apidoc.SwaggerConfiguration.java

/**
 * Swagger configuration.
 *
 * Warning! When having a lot of REST endpoints, Swagger can become a performance issue. In that
 * case, you can use a specific Spring profile for this class, so that only front-end developers
 * have access to the Swagger view.