일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- 클래스
- static
- 감사기록
- GitHub
- 스파르타내일배움캠프
- #스파르타내일배움캠프
- 인스턴스
- 생성자
- 내일배움캠프
- Java
- Token
- 스레드
- 성장기록
- 해우소
- #스파르타내일배움캠프TIL
- Diary 해우소
- TiL_1st_0419
- 객체지향 언어
- 회고록
- #내일배움캠프
- KPT
- JVM
- Java의 이점
- Git
- 메서드
- 스파르타내일배움캠프TIL
- Github_token
- 포맷은 최후의 보루
- 변수의 다양성
- diary
- Today
- Total
목록2024/08/02 (2)
몬그로이
https://growth-coder.tistory.com/116 [AWS] 스프링에서 S3 버킷에 이미지 업로드하기이전 포스팅에서는 관리자 IAM 사용자를 만들어보았다. https://growth-coder.tistory.com/115 이번 포스팅에서는 스프링에서 S3에 이미지를 업로드 하기 위한 IAM 사용자 생성과 코드를 통해 S3 버킷에 이미growth-coder.tistory.comhttps://velog.io/@dh1010a/Spring-Spring-Boot-AWS-S3%EB%A5%BC-%EC%9D%B4%EC%9A%A9%ED%95%9C-%EC%9D%B4%EB%AF%B8%EC%A7%80-%EC%97%85%EB%A1%9C%EB%93%9C-%EA%B5%AC%ED%98%84 [Spring] Sprin..
아티스트 계정 생성 테스트를 하는데{ "code": 500, "message": "could not execute statement [Column 'artist_profile_image_url' cannot be null] [/* insert for com.example.fantreehouse.domain.artist.entity.Artist */insert into artist (artist_group_id,artist_name,artist_profile_image_url,created_at,modified_at,subscriber_count,user_id) values (?,?,?,?,?,?,?)]; SQL [/* insert for com.example.fantreehouse.domain..