实现对特定角色和特定路径拦截
This commit is contained in:
@@ -10,7 +10,7 @@ import org.springframework.context.annotation.ComponentScan;
|
||||
@MapperScan(basePackages = {"top.fjy8018.shiro.mapper"})
|
||||
public class ShiroApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(ShiroApplication.class, args);
|
||||
}
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(ShiroApplication.class, args);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user