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.slf.tc.config.SwagerConfig.java

/**
 * Created by xiaobin on 2017-1-27.
 */
@Configuration
@EnableSwagger
public class SwagerConfig implements EnvironmentAware {

From source file com.lf.photoworkshops.config.apidoc.SwaggerConfiguration.java

@Configuration
@EnableSwagger
public class SwaggerConfiguration implements EnvironmentAware {
    public static final String DEFAULT_INCLUDE_PATTERN = "/app/rest/.*";

    private RelaxedPropertyResolver propertyResolver;

From source file org.lightadmin.jhipster.config.apidoc.SwaggerConfiguration.java

@Configuration
@EnableSwagger
public class SwaggerConfiguration implements EnvironmentAware {
    public static final String DEFAULT_INCLUDE_PATTERN = "/app/rest/.*";

    private RelaxedPropertyResolver propertyResolver;

From source file org.respondeco.respondeco.config.apidoc.SwaggerConfiguration.java

@Configuration
@EnableSwagger
public class SwaggerConfiguration implements EnvironmentAware {
    public static final String DEFAULT_INCLUDE_PATTERN = "/app/rest/.*";

    private RelaxedPropertyResolver propertyResolver;

From source file be.virtualsushi.podio.demo.config.apidoc.SwaggerConfiguration.java

@Configuration
@EnableSwagger
public class SwaggerConfiguration implements EnvironmentAware {
    public static final String DEFAULT_INCLUDE_PATTERN = "/app/rest/.*";

    private RelaxedPropertyResolver propertyResolver;

From source file org.mdo.storyline.character.config.apidoc.SwaggerConfiguration.java

@Configuration
@EnableSwagger
public class SwaggerConfiguration implements EnvironmentAware {
    public static final String DEFAULT_INCLUDE_PATTERN = "/app/rest/.*";

    private RelaxedPropertyResolver propertyResolver;

From source file pl.edu.agh.trzeciak.polling.config.apidoc.SwaggerConfiguration.java

@Configuration
@EnableSwagger
public class SwaggerConfiguration implements EnvironmentAware {
    public static final String DEFAULT_INCLUDE_PATTERN = "/app/rest/.*";

    private RelaxedPropertyResolver propertyResolver;

From source file org.sinouplen.inc.mygesthand.config.apidoc.SwaggerConfiguration.java

@Configuration
@EnableSwagger
public class SwaggerConfiguration implements EnvironmentAware {
    public static final String DEFAULT_INCLUDE_PATTERN = "/app/rest/.*";

    private RelaxedPropertyResolver propertyResolver;

From source file com.recursivechaos.boredgames.config.apidoc.SwaggerConfiguration.java

@Configuration
@EnableSwagger
public class SwaggerConfiguration implements EnvironmentAware {
    public static final String DEFAULT_INCLUDE_PATTERN = "/app/rest/.*";

    private RelaxedPropertyResolver propertyResolver;

From source file com.github.fromi.tictactoeonline.config.apidoc.SwaggerConfiguration.java

@Configuration
@EnableSwagger
public class SwaggerConfiguration implements EnvironmentAware {
    private static final String DEFAULT_INCLUDE_PATTERN = "/app/rest/.*";

    private RelaxedPropertyResolver propertyResolver;