remove - 移除一些无用的类
This commit is contained in:
parent
6db32fff38
commit
7bb157c0b6
@ -1,26 +0,0 @@
|
||||
package cn.axzo.workflow.server.common.hook;
|
||||
|
||||
import org.springframework.context.SmartLifecycle;
|
||||
|
||||
/**
|
||||
* TODO
|
||||
*
|
||||
* @author wangli
|
||||
* @since 2024/6/6 14:35
|
||||
*/
|
||||
public class NacosShutdownHook implements SmartLifecycle {
|
||||
@Override
|
||||
public void start() {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void stop() {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isRunning() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user