jeecg downloaded into code generation can not be used to solve the eclipse

After downloading unzip the file for the project: jeecg-framework

At this time, if the eclipse directly introduced into the project,

Then follow the instructions of the document, modify the path of the database connection with the generation,

Run the code generator generates a click, you will find:

Connect to the database or use the default mysql.

That actually gets less than the contents of the configuration file properties.

In this case, a relatively simple solution is:

Do not import directly, create a new empty Web project: jeecg-framework

Then WebContent file name to WebRoot,

Delete the generated src documents, namely the new src / main / java, src / main / resources source file,

Then separately download the files copied to the corresponding directory,

Then you can modify the build path.


Re-construction of the project is: can be imported directly to the eclipse jeecg code generator download

Reproduced in: https: //my.oschina.net/u/2552902/blog/543929

Guess you like

Origin blog.csdn.net/weixin_34072159/article/details/92327011