Unable to insert values ​​into mysql database using spring boo
P粉488464731
P粉488464731 2024-03-22 13:11:21
0
1
542

Hibernate: Insert employee (age, name) values ​​(?,?)

I don't know how to fix it, I tried everything but until I get this error. How to solve this problem, I searched on google, stack overflow but I didn't find the exact solution.

P粉488464731
P粉488464731

reply all(1)
P粉955063662

This is not an error, it is a log telling you that the insert occurred.

Due to this line in the propertiesspring.jpa.show-sql = true

If you want to remove it for some reason, just set show-sql to false or delete the line

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template