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
- baekjoon 3187
- 백준 섬의갯수
- baekjoon 4963
- beakjoon 1697
- 양치기 꿍
- 백준 현수막
- websecurityconfiguration
- BFS
- 단지 번호붙이기
- java.lang.nosuchmethoderror
- 안전영역 java
- coding test
- 코테
- 점프왕 쩰리
- baekjoon 2667
- baekjoon 2468
- backjoon 16173
- 백준 2667 java
- baekjoon 14714
- baekjoon1012
- bytebuddyinterceptor
- baekjoon 16953
- springboot
- baekjoon
- CodingTest
- jsonignore
- beakjoon11725
- beakjoon
- 코테스터디
- dfs
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