spring學習(二)——資源獲取

參考文章: http://www.iocoder.cn/   資源描述:Resource  統一的接口 public interface Resource extends InputStreamSource { /** * 資源是否存在 */ boolean exists(); /** * 資源是否可讀 */ default boolean isReadable() {
相關文章
相關標籤/搜索