- remove bean from context
https://stackoverflow.com/questions/6855811/how-can-i-remove-a-singleton-spring-bean-from-applicationcontext
https://www.baeldung.com/spring-reinitialize-singleton-bean
-빈 동적 등록/삭제
https://hyooi.github.io/java/2021/09/27/spring-dynamic-bean-register.html
Spring bean 동적 등록/삭제
1. 개요 스프링은 ApplicationContext의 beanFactory에서 오브젝트를 빈으로 관리한다.
hyooi.github.io
'spring-boot' 카테고리의 다른 글
| Embed Tomcat 로그 중 Cookie 관련 오류 해결 - legacycookieprocessor (0) | 2023.08.11 |
|---|---|
| response json default 설정 - Content Negotiation (0) | 2023.07.27 |
| Shutdown a Spring Boot Application (0) | 2023.07.19 |
| spring boot graceful timeout (0) | 2023.06.19 |
| default TimeZome & Locale 설정 (0) | 2023.06.02 |

