Module bus.starter

Class ScenesEnvironmentPostProcessor

java.lang.Object
org.miaixz.bus.spring.env.ScenesEnvironmentPostProcessor
All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered

public class ScenesEnvironmentPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered
实现EnvironmentPostProcessor按场景加载配置。
Since:
Java 17+
Author:
Kimi Liu
  • Constructor Details

    • ScenesEnvironmentPostProcessor

      public ScenesEnvironmentPostProcessor()
  • Method Details

    • postProcessEnvironment

      public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
      Specified by:
      postProcessEnvironment in interface org.springframework.boot.env.EnvironmentPostProcessor
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered