일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 메소드명
- 검색
- subquery
- MySQL
- 테스트
- appspec
- 네이티브쿼리
- 2 > /dev/null
- 외부키
- 예약
- 서브쿼리
- 포트
- querydsl
- 적용우선순위
- application.yml
- 참조키
- Query
- docker명령어
- 메세지수정
- 테스트메소드
- ㅔㄴ션
- EC2
- 커밋메세지수정
- ubuntu
- AuthenticationEntryPoint
- WeNews
- foreignkey
- 추후정리
- 컨테이너실행
- appspec.yml
- Today
- Total
목록에러 (2)
제뉴어리의 모든것
상황 EC2에 배포된 백엔드 서버에 클라이언트가 요청을 하였을때 발생하는 에러 에러 메세지 java.lang.IllegalArgumentException: When allowCredentials is true, allowedOrigins cannot contain the special value "*"since that cannot be set on the "Access-Control-Allow-Origin" response header. To allow credentials to a set of origins, list them explicitly or consider using "allowedOriginPatterns" instead. 원인 Spring Security의 CORS 설정이 잘못 되어 있..
상황 기본적인 Spring Boot 프로젝트의 내용만 존재하는 Github 레포지토리로 Git Action 으로 자동 배포화 과정을 진행하던 중 Build with Gradle 에러가 발생하였다. 에러 메세지 Run ./gradlew build /home/runner/work/_temp/46af0a17-aff6-47ea-ab02-304aec292273.sh: line 1: ./gradlew: Permission denied 또는 Error Gradle Script ‘/Home/Runner/Work/*/Gradlew’ Is Not Executable 원인 gradlew 파일에 대한 권한 문제이다. 해결 방법 gradlew 가 있는 git 영역의 폴더로 가서 git 터미널로 git update-index -..