How to store a number that updates across session as a @SessionAttribute?

前端 未结 0 1583
别跟我提以往
别跟我提以往 2021-02-18 19:01

So I have a Spring Boot online shop app and inside one of my services I keep a Double.

@Service
@SessionScope
@Transactional
public class ShoppingCar         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题