Find relevant data on the Internet to have a basic understanding of JS function, debugging the use of servlet access to the database, carefully review the spring MVC + hibernate, etc.
The construction process, learning to join the SLF4J method, help debugging, in the modification of errors can deepen the understanding of the code, there is still an edit problem, ready to combine
The debug log modifies itself to continue to strengthen the learning of spring MVC and spring data, focusing on some important details.
Attached: In Pom.xml dependency added logback, very conducive to debugging, the code is as follows:
<!--slf4j--- <dependency> <groupId>org.slf4j</groupId> <artifactId> slf4j-api</artifactid> <version>1.7.7<ersion> </dependency> <!--logback - <dependency> <groupId>ch.qos.logback</groupId> <artifactId> logback-classic</artifactid> <version>1.1.2<ersion> </dependency>
08-05 Summary