类 CompressResponseConfigurer
java.lang.Object
cn.nkpro.elcube.basic.secret.CompressResponseConfigurer
- 所有已实现的接口:
org.springframework.beans.factory.InitializingBean
@Configuration
@ConditionalOnProperty(prefix="nk.compress",
name="enabled",
havingValue="true")
@EnableConfigurationProperties(CompressProperties.class)
public class CompressResponseConfigurer
extends Object
implements org.springframework.beans.factory.InitializingBean
Created by bean on 2019/12/30.
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
CompressResponseConfigurer
public CompressResponseConfigurer()
-
-
方法详细资料
-
afterPropertiesSet
public void afterPropertiesSet()- 指定者:
afterPropertiesSet在接口中org.springframework.beans.factory.InitializingBean
-