Skip to content

Instantly share code, notes, and snippets.

@sentimens
sentimens / BoardServiceImpl.java
Last active November 12, 2015 00:33
파일업로드 랜덤이름 생성소스
package com.test.web;
import java.io.File;
import java.io.IOException;
import org.apache.commons.io.FileUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.multipart.MultipartFile;