Review package and property name for persistence exception translation auto-configuration #45328
Labels
status: pending-design-work
Needs design work before any code can be developed
theme: structure
Issues related to the structure of the project and its code
Milestone
Framework's
PersistenceExceptionTranslationPostProcessor
is in itsspring-tx
module in theorg.springframework.dao.annotation
package. In the restructured 4.0.x branch, auto-configuration for it is now inspring-boot-tx
in theorg.springframework.boot.transaction.autoconfigure
package. The auto-configuration provides a single property,spring.dao.exceptiontranslation.enabled
.The text was updated successfully, but these errors were encountered: