Code generator prompts invalid characters

Using the "Code Generation" function of the jeeplus framework, an error occurs in the "Sync Database" step, indicating that the character string is invalid .

Here, record the reason why I made a mistake, and provide a reference for the friends who encounter the same problem

Two reasons

1. There are extra spaces after the table name (remove the spaces)

     It should be noted that the system cannot be modified, and the table name data can be modified in the "form configuration" data table generated by the code

2. The table name is too long (just shorten the table name)

 

Published 77 original articles · 100 likes · 70,000+ views

Guess you like

Origin blog.csdn.net/super_DuoLa/article/details/102629152