@Transactional readonly true example in spring boot. If we make @Transactional(readOnly = true), then we will not able to save the data into the database.