이미지 업로드 공부

bethe·2022년 10월 7일
0

스프링 MVC 설정
https://easy-h.tistory.com/25

https://mvnrepository.com/artifact/commons-fileupload/commons-fileupload
pom.xml은 maven어쩌구거

build.gradle의 dependencies에 넣어주기

root-context.xml 등록
https://easy-h.tistory.com/25

https://velog.io/@orol116/Spring-%EC%9D%B4%EB%AF%B8%EC%A7%80%ED%8C%8C%EC%9D%BC-%EC%97%85%EB%A1%9C%EB%93%9C
이미지 파일 업로드하는 법

https://bin-repository.tistory.com/116
파일 업로드 하는 법

이미지 업로드 하는 법 (이거 진짜 좋음!!!!)
https://juran-devblog.tistory.com/188

@GeneratedValue(strategy = GenerationType.IDENTITY)
출처: https://juran-devblog.tistory.com/188 [란 개발일지:티스토리]

public interface ..... extends JpaRepository<Entity, PK>
https://robin00q.tistory.com/51

빌더 사용시 주의할 점
https://devlog-wjdrbs96.tistory.com/419

경로설정
https://blog.naver.com/PostView.nhn?blogId=yjhyjh5369&logNo=222010922119

transferTo가 안되서
throw Exception해주니까 됐다

https://velog.io/@orol116/Spring-%EC%9D%B4%EB%AF%B8%EC%A7%80%ED%8C%8C%EC%9D%BC-%EC%97%85%EB%A1%9C%EB%93%9C
https://juran-devblog.tistory.com/188
https://chb2005.tistory.com/102

이미지 이거 마임타입인듯
contains("image/jpeg")

+throw exception 공부도 해야함

https://jyc228.tistory.com/10

profile
코딩을 배우고 기록합니다. 읽는 사람이 이해하기 쉽게 쓰려고 합니다.

0개의 댓글