[오류 수정] final 제거거
This commit is contained in:
		@@ -35,10 +35,10 @@ public class FileServiceImpl implements FileService {
 | 
			
		||||
    private final FileRepository fileRepository;
 | 
			
		||||
    
 | 
			
		||||
    @Value("${app.file.upload.path}")
 | 
			
		||||
    private final String uploadPath;
 | 
			
		||||
    private String uploadPath;
 | 
			
		||||
    
 | 
			
		||||
    @Value("${server.servlet.context-path}")
 | 
			
		||||
    private final String contextPath;
 | 
			
		||||
    private String contextPath;
 | 
			
		||||
    
 | 
			
		||||
    @Override
 | 
			
		||||
    @Transactional
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user