spring -- AutoCloseable 作用

作用:

  关闭资源

public interface AutoCloseable {
void close() throws Exception;
}



posted @ 2020-05-27 16:20  Draymond  阅读(424)  评论(0编辑  收藏  举报