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 |
31 |
Tags
- beakjoon
- 안전영역 java
- beakjoon11725
- baekjoon 3187
- baekjoon 2468
- dfs
- baekjoon 14714
- websecurityconfiguration
- java.lang.nosuchmethoderror
- spring boot
- baekjoon
- springboot
- baekjoon 2667
- beakjoon 1697
- exprectedbelow
- 백준 2667 java
- attvalue
- baekjoon 16953
- baekjoon1012
- coding test
- baekjoon 4963
- html error
- BFS
- 백준 섬의갯수
- bytebuddyinterceptor
- backjoon 16173
- CodingTest
- 백준 현수막
- 단지 번호붙이기
- Error
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