spring -- AutoCloseable 作用

作用:

  关闭资源

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



原文地址:https://www.cnblogs.com/draymond/p/12973874.html