no

Understanding How Scope Affects Values in Your Spring REST Controller

Below we explore how a scope annotation affects an instance value in a Spring REST controller.

Each controller is annotated with scope.

@RestController
@Scope([SCOPE_VALUE])
public class XXXScopeController {}

Related

spring-rest 4823589556627363991

Post a Comment Default Comments

item