Notice
Recent Posts
Recent Comments
Link
목록EXT (1)
개발 무지렁이
[Spring Boot] 업로드된 파일의 메타정보
[article/write.html] 글쓰기 제목 내용 본문이미지 [Util.java] public class Util { public static class date { public static String getCurrentDateFormatted(String pattern) { SimpleDateFormat simpleDateFormat = new SimpleDateFormat(pattern); return simpleDateFormat.format(new Date()); } } public static class file { public static String getExt(String filename) { return Optional.ofNullable(filename) .filter(f -> ..
Backend/스프링부트
2022. 12. 27. 17:16