[Spring Exception]Guide to Spring NonTransientDataAccessException
https://www.baeldung.com/nontransientdataaccessexception 막바지로 달려가는 중.. 나중에 포스팅한거 정리 좀 해야겠다ㅜㅜ NonTransientDataAccessException The Base Exception Class 일시적이지 않거나 영구적인 데이터 액세스 관련 예외처리를 나타냄 이 예외가 발생되면 그 이후 해결할 때 까지 모든 시도를 실패하게 됨 Subclasses of this main exception class represent data access related exceptions which are considered non-transient or permanent. Simply put, that means that – until the roo..