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