Class DataMybatisSpringEnvironmentPostProcessor

java.lang.Object
com.gsitm.ustra.java.core.utils.spring.SpringEnvironmentPostProcessor
com.gsitm.ustra.java.autoconfigure.env.DataMybatisSpringEnvironmentPostProcessor
All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor

public class DataMybatisSpringEnvironmentPostProcessor extends com.gsitm.ustra.java.core.utils.spring.SpringEnvironmentPostProcessor
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
     

    Methods inherited from class com.gsitm.ustra.java.core.utils.spring.SpringEnvironmentPostProcessor

    addLast, addLast, addNotExistsPropertyToMap, addOrReplaceToDefault, copyProperty, getUstraPropertySource, loadYamlPropertySources

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DataMybatisSpringEnvironmentPostProcessor

      public DataMybatisSpringEnvironmentPostProcessor()
  • Method Details

    • postProcessEnvironment

      public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)