Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- dfs
- 백준 섬의갯수
- Error
- beakjoon
- baekjoon 2468
- coding test
- baekjoon 4963
- CodingTest
- 단지 번호붙이기
- 백준 2667 java
- spring boot
- 안전영역 java
- springboot
- html error
- BFS
- beakjoon 1697
- beakjoon11725
- baekjoon 14714
- exprectedbelow
- java.lang.nosuchmethoderror
- baekjoon 16953
- attvalue
- backjoon 16173
- bytebuddyinterceptor
- baekjoon
- baekjoon 2667
- baekjoon1012
- baekjoon 3187
- websecurityconfiguration
- 백준 현수막
Archives
- Today
- Total
목록springboot (2)
NOT FOUND
Exception: Type definition error: [simple type, class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyInterceptor]
@JsonIgnore@OneToOne(fetch = FetchType.LAZY)private LandRecord landRecord;@JsonIgnore@ManyToOne(fetch = FetchType.LAZY)private Organization organization; FetchType.LAZY 사용시 json으로 변환이 안 되어서 생기는 문제로, @JsonIgnore을 붙여주면 해결된다. import com.fasterxml.jackson.annotation.JsonIgnore;
spring boot
2025. 3. 28. 17:24
Error creating bean with name 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration': Injection of autowired dependencies failed
더보기org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration': Injection of autowired dependencies failedat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:515) ~[spring-beans-6.2...
spring boot
2025. 2. 24. 10:01