T4 template generation springmvc construction restCodeOfSource code: Http://download.csdn.net/detail/lxhjh/5459731
Rest Interface Test Tool: 1. RunProgram: Http://download.csdn.net/detail/lxhjh/5459939
2, source code: http://download.csdn.net/detail/lxhjh/5459977
1. Where is the generated code?
A:In solution javagenerate, click the project to be viewed, right-click the project, and select Open folder in file resource manager, you can copy the file to the folder of the corresponding Java project, and press F5 in eclipse to refresh the file.
2. How can I modify the database?
A: A. Open the edmx project;
B. There are two methods below:
One method isDelete and rebuild;
Another method isOpen the dblxh. edmx file, delete all models, right-click the graph, and select "Slave database and new model ".
C. Right-click all template files and select "Run custom tool" to change the generated code.
D. Copy the production code to the Java environment.