Posts by Leandro Costa da Silva • 51 points
3 posts
-
0
votes0
answers105
viewsQ: Error deploying application with Swagger and spring in Weblogic
When deploying my application using spring with swagger2 I have the following error: Message icon - Error An error occurred During Activation of changes, Please see the log for Details. Message icon…
-
2
votes1
answer324
viewsQ: How to integrate spring batch+spring boot+Quartz
Good morning. Currently in my project I am using spring boot and spring batch. Creating the batch was easy, even running it when starting the application with Tomcat embebed from spring boot but…
-
3
votes4
answers26848
viewsA: What’s the difference between DAO and Repository?
Queries sql, jpaql, hql or whatever, are related yes to business rule, not directly and yes indirectly. So you can extract exactly the information you need from any repositório de dados, you need a…