类 UserServiceAutoconfigure


  • @Configurable
    @EnableAsync
    @ComponentScan("net.guerlab.smart.platform.user.service")
    @MapperScan("net.guerlab.smart.platform.user.service.mapper")
    public class UserServiceAutoconfigure
    extends Object
    用户服务自动注册
    作者:
    guer
    • 构造器详细资料

      • UserServiceAutoconfigure

        public UserServiceAutoconfigure()
    • 方法详细资料

      • passwordEncoder

        @Bean
        public org.springframework.security.crypto.password.PasswordEncoder passwordEncoder()