Przeglądaj źródła

去除登录条件

zhouhao 8 lat temu
rodzic
commit
b7a95bf3c9

+ 0 - 4
hsweb-web-controller/src/main/java/org/hsweb/web/controller/AopAuthorizeValidatorAutoConfiguration.java

@@ -11,11 +11,7 @@ import org.springframework.context.annotation.Bean;
 import org.springframework.context.annotation.Configuration;
 import org.springframework.core.annotation.Order;
 
-/**
- * Created by zhouhao on 16-4-28.
- */
 @Configuration
-@ConditionalOnProperty(name = "login.enable", havingValue = "true")
 public class AopAuthorizeValidatorAutoConfiguration {
 
     @Bean