Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 243 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 243 Bytes

This project is copied from https://gitlab.com/lamoboos223/spring-boot-multiple-datasource-song-project

And I added @Transactional(rollbackFor = {Exception.class,Throwable.class}) to rollback all transactions when the exception is thrown.