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 mark.quinn.config.apidoc.SwaggerConfiguration.java

/**
 * Springfox Swagger configuration.
 *
 * Warning! When having a lot of REST endpoints, Springfox 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.tolok.saveup.config.apidoc.SwaggerConfiguration.java

/**
 * Springfox Swagger configuration.
 *
 * Warning! When having a lot of REST endpoints, Springfox 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 fr.marquez.forge.config.apidoc.SwaggerConfiguration.java

/**
 * Springfox Swagger configuration.
 *
 * Warning! When having a lot of REST endpoints, Springfox 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.mycompany.blog.config.apidoc.SwaggerConfiguration.java

/**
 * Springfox Swagger configuration.
 *
 * Warning! When having a lot of REST endpoints, Springfox 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 sample.EmbeddedMongoPortLogger.java

@Component
class EmbeddedMongoPortLogger implements ApplicationRunner, EnvironmentAware {

    private static final Logger logger = LoggerFactory.getLogger(EmbeddedMongoPortLogger.class);

    private Environment environment;

From source file be.craftworkz.ucll.config.apidoc.SwaggerConfiguration.java

/**
 * Springfox Swagger configuration.
 *
 * Warning! When having a lot of REST endpoints, Springfox 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.thomson.zenith.config.apidoc.SwaggerConfiguration.java

/**
 * Springfox Swagger configuration.
 *
 * Warning! When having a lot of REST endpoints, Springfox 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 org.brewman.hal.config.apidoc.SwaggerConfiguration.java

/**
 * Springfox Swagger configuration.
 *
 * Warning! When having a lot of REST endpoints, Springfox 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

From source file com.springboot.demo.config.apidoc.SwaggerConfiguration.java

/**
 * Springfox Swagger configuration.
 * <p/>
 * Warning! When having a lot of REST endpoints, Springfox 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.sklechko.jhipster.config.apidoc.SwaggerConfiguration.java

/**
 * Springfox Swagger configuration.
 * <p/>
 * Warning! When having a lot of REST endpoints, Springfox 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.