Posts by Fabio Pereira dos Santos • 1 point
2 posts
-
0
votes2
answers234
viewsA: Spring boot keeps session open
The problem is that my client is using the Firebird database and if the server is shut down with active sessions corrupts the bank, now when I use other banks I have no problem This is my pom…
-
0
votes2
answers234
viewsQ: Spring boot keeps session open
I’m having trouble with my Spring boot api, I’m using JPA (Entitymanager), when startar the application is already open ten sessions without even making any request, already tested in three…