Because I lose data when reloading the JAVA WEB page

0

I am new to this of hibernate and spring mvc, I have managed to show the data of the "users" table, the first time I load the URL If it shows me the data, but when reloading they disappear.

code of the model class "UsersModel"

Driver code "UserController"

    
asked by Josc Donix 14.10.2018 в 05:42
source

1 answer

0

Solution found: the problem was that the global variable "Session" has to go inside the method, apparently when calling the method again.

    
answered by 16.10.2018 в 17:48