1
It is possible to set timeout for a single specific Controller class in Spring Boot, how can I do this? Because using the property spring.session.timeout it arrow the timeout for the application as a whole and this is not the goal. I’m using Spring Boot 2. To be clear, I need something equivalent to the @Accesstimeout annotation from EJB, only facing the Spring.