[Daily bug] springboot uses maven to reverse generate postgresql table is empty

During the reverse generation, I found that the operation was successful, but the entity class, mapper, etc. were not generated, and finally found that it was a problem with the table name

Change the camelCase name to lowercase and underline (_)

Guess you like

Origin blog.csdn.net/qq_44862029/article/details/123865530