Search code examples
javers

type_name_not_found - (Javers , Spring-boot)


Using javers-core 3.10.2 and javers-spring-boot-starter-sql 3.10.2 javers works well initially. But after restarting spring boot application getting following error.

JaversException TYPE_NAME_NOT_FOUND: type name 'Person' not found. If you are using @TypeName annotation, remember to register this class using JaversBuilder.withPackagesToScan(String) or JaversBuilder.scanTypeName(Class)] with root cause


Solution

  • The error message is saying what you have to do, use javers.packagesToScan property in your application.yml as described here https://javers.org/documentation/spring-boot-integration/#javers-configuration-properties