Nimbus3020 / Crud_Springboot

Backend Crud project developed using Springboot framework.
0 stars 0 forks source link

Why name the table completely different from the your class name? #4

Open s4b3l0 opened 1 year ago

s4b3l0 commented 1 year ago

https://github.com/Nimbus3020/Crud_Springboot/blob/a1eebffd875d40481f902821cce21329743c0804/crud/src/main/java/com/example/crud/entity/User.java#L13

Nimbus3020 commented 1 year ago

Initially that's what I wanted