0
Hello guys I’m making a system to sharpen a little my techniques and I came across a problem. I modified my code a little while ago but when I went to debug it looked like it was running the old code. I’m doing a crud with Hibernate JPA and Eclipse. If you can help me! To facilitate understanding, it seems that I am moving my HTML code and when I give F5 in the browser does not update to the new code!
I’m using Eclipse EE and I didn’t find this option.
– Lucas da Silva Santos
right click on the project, go to
run as
, selectsmaven clean
and thenmaven build
– Lucas Duete