Posts by Lucas Costa • 1 point
2 posts
-
-1
votes0
answers14
viewsQ: Jackson XML serialization with the root tag for an abstract class
I have an application and need to serialize an XML with different tags at the root. I implemented a test case with the following password, through the same input I can insert two types of XML…
-
-1
votes2
answers37
viewsA: Bug with Bean and @Autowired using Spring
For the bean to be created the interface has to be implemented in a concrete class, and in this class have @Repository or @Component in the case of a DAO.