मैं वसंत का उपयोग करता हूं इसलिए हम इसे org.springframework.dao.DataIntegrityViolationException
द्वारा हल करते हैं
try {
ao_history_repository.save(new AoHistory(..));
} catch (DataIntegrityViolationException e) {
System.out.println("history already exist");
}
लेकिन जैसा कि @KevinGuancheDarias इसका उल्लेख करें: