Posts by William Lima • 41 points
2 posts
-
1
votes1
answer5720
viewsA: Error executing application (Unsatisfieddependencyexception: Error Creating bean with name )
The error refers to the nomenclature you adopted for your class ReqSituacaoRepositorioCustomizado Please rename your Interface to ReqSituacaoRepositorioCustom and the Class it implements for…
-
0
votes1
answer247
viewsA: Return treated message when it occurs (with.mysql.jdbc.exceptions.jdbc4.Mysqlintegrityconstraintviolationexception:)
You can try to do the following: public void delete(Integer id) { find_id(id); try { categoriaRepository.deleteById(id); // a próxima linha faz o commit imediato provocando o Exception…