Spring Boot - Spring Annotations
You want a Spring Boot bean to create a new instance for each HTTP session but share the same instance within that session. Which
@Scope annotation and configuration should you use?