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"
Solution found: the problem was that the global variable "Session" has to go inside the method, apparently when calling the method again.