My code is in Springboot based app, I have a post controller which takes forms data.
I need to design it such that it will take the request only within the given time slab which I provided
for example 12:00AM to 12:30AM then only it would work else it would throw an error like out of time etc.
how to do that?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…