Class OAuth2AuthenticationAutoConfiguration

java.lang.Object
cn.herodotus.engine.oauth2.authentication.autoconfigure.OAuth2AuthenticationAutoConfiguration

@AutoConfiguration @EnableConfigurationProperties(cn.herodotus.engine.oauth2.core.properties.OAuth2AuthenticationProperties.class) @Import({cn.herodotus.engine.oauth2.persistence.sas.jpa.config.OAuth2PersistenceSasJpaConfiguration.class,cn.herodotus.engine.oauth2.authentication.config.OAuth2AuthenticationConfiguration.class,OAuth2AuthenticationMessageConfiguration.class}) public class OAuth2AuthenticationAutoConfiguration extends Object

Description: OAuth2 授权服务器自动配置模块

Author:
: gengwei.zheng
Date:
: 2023/10/29 10:19
  • Constructor Details

    • OAuth2AuthenticationAutoConfiguration

      public OAuth2AuthenticationAutoConfiguration()
  • Method Details

    • postConstruct

      @PostConstruct public void postConstruct()