spring-guides/gs-uploading-files

Cannot create bean.

Jeong3733 opened this issue · 0 comments

Bean not getting created in Spring Boot 3.0.4.

When running on Spring Boot 3.0.4, the Bean is not getting created. Upon printing the list of beans created during the test, the FileSystemStorageService was not registered even though it was annotated with @service.