Posts by Abraão Borges Neves • 33 points
3 posts
-
0
votes1
answer138
viewsA: Reactive Database Connection
For this problem I improved the above class, to use two sources, application.yml file and also data in code, being able to expand to other search alternatives. The way I built it will look for the…
-
0
votes1
answer138
viewsQ: Reactive Database Connection
I am developing an app with Spring Boot and I have a configuration class that generates a @Bean Datasource. I would like to generate alternative connection levels of connection to the database, as…
-
3
votes2
answers825
viewsQ: Lambda in Java 8 launching Exception
I have the following problem. I need to perform a user update process and your group, and to perform the change I perform the user search, validating if it exists and soon after, I look for the…