mirror of
https://gitee.com/dromara/orion-visor.git
synced 2026-05-14 12:32:09 +08:00
📝 修改 icon.
This commit is contained in:
@@ -21,9 +21,6 @@ import org.springframework.core.annotation.Order;
|
||||
@Order(BeanOrderConst.DEMO_DISABLE_API_ASPECT)
|
||||
public class DemoDisableApiAspect {
|
||||
|
||||
public DemoDisableApiAspect() {
|
||||
}
|
||||
|
||||
@Pointcut("@annotation(e)")
|
||||
public void disableApi(DemoDisableApi e) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user