일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- baekjoon 14714
- 백준 섬의갯수
- beakjoon
- 백준 현수막
- Error
- dfs
- baekjoon 16953
- coding test
- CodingTest
- baekjoon 4963
- attvalue
- spring boot
- html error
- backjoon 16173
- java.lang.nosuchmethoderror
- baekjoon 2468
- websecurityconfiguration
- beakjoon11725
- baekjoon 2667
- 안전영역 java
- baekjoon1012
- BFS
- baekjoon
- bytebuddyinterceptor
- 단지 번호붙이기
- 백준 2667 java
- beakjoon 1697
- springboot
- baekjoon 3187
- exprectedbelow
- Today
- Total
목록2025/07 (3)
NOT FOUND
-> 이렇게 변경했더니 에러가 났다 ${boxWidth}" height="${boxHeight}" class="box" filter="url(#shadow)"/> 따옴표 붙여주면 해결 브라우저나 XML 파서가 width 값 안에서 공백이나 특수문자를 만나면 “AttValue: " or ' expected” 오류를 뱉기 때문에 따옴표를 붙이면 됨
detached entity passed to persist: kr.co.infra.rdb.goal.entity.GoalEntity jakarta.persistence.EntityExistsException: detached entity passed to persist: kr.co.infra.rdb.goal.entity.GoalEntity at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:126) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:167) at org.hibernate.internal.E..
테스트 코드 작성 중 "month"가 예약어여서 아래 에러가 났다. could not prepare statement [Syntax error in SQL statement "select ge1_0.id,ge1_0.completed,ge1_0.completed_at,ge1_0.created_at,ge1_0.due_date,ge1_0.[*]month,ge1_0.group_id,ge1_0.title,ge1_0.updated_at,ge1_0.user_id,sg1_0.goal_id,sg1_0.id,sg1_0.completed,sg1_0.completed_changed_at,sg1_0.created_at,sg1_0.importance,sg1_0.title,sg1_0.updated_at,sg1_0.user_id f..