Skip to content

andistoev/testing-optimistic-locking-handling-spring-boot-jpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a working example accompanying the blog post "Testing Optimistic Locking Handling with Spring Boot and JPA"

Intro

This SpringBoot maven project is part of my blog post where you could find not only explanation for it, but also theoretical background for:

  • What does optimistic locking handling mean
  • How you could implement it within a Spring Boot Application and JPA
  • How you could write integration tests for handling optimistic locking.

Prerequisites

  • JDK8+.

Run optimistic locking integration test

  • Just execute "./mvnw clean verify".

Have fun and do not hesitate to contact me if you have any questions or suggestions!

About me

My name is Andrey Zahariev Stoev. I am working as Senior Software Architect in Switzerland. I love software craftsmanship and systems thinking. I am passionate about travel, languages and cultural diversity exploration.

About

Example of how you can test optimistic locking handling with Spring Boot and JPA

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages