Spring Boot Concurrency/Multiple requests causing interleaving/corrupting data on stateful db table
Summary Working on a Spring Boot backend which has an endpoint wired to a front end button. This endpoint does some refactoring of the inputs and then invokes two separate JPA repository methods. One updates records on the table, the second inserts a new record. It seems at times there are multiple requests hitting that […]