You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring naming convention is to use Abstract prefix for abstract classes so I think AbstractJdbcRepository would be a better name than BaseJdbcRepository.
The text was updated successfully, but these errors were encountered:
(if you agree to change that, it would be nice to change it before my Thursday talk in order to allow attendees to get code example with the right class name)
Spring naming convention is to use
Abstract
prefix for abstract classes so I thinkAbstractJdbcRepository
would be a better name thanBaseJdbcRepository
.The text was updated successfully, but these errors were encountered: