Skip to content

Commit b7a95bf

Browse files
committed
去除登录条件
1 parent 3f2e656 commit b7a95bf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

hsweb-web-controller/src/main/java/org/hsweb/web/controller/AopAuthorizeValidatorAutoConfiguration.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@
1111
import org.springframework.context.annotation.Configuration;
1212
import org.springframework.core.annotation.Order;
1313

14-
/**
15-
* Created by zhouhao on 16-4-28.
16-
*/
1714
@Configuration
18-
@ConditionalOnProperty(name = "login.enable", havingValue = "true")
1915
public class AopAuthorizeValidatorAutoConfiguration {
2016

2117
@Bean

0 commit comments

Comments
 (0)