- Intellij IDEA 2013.3.5 Ultimate
- Tomcat 8.5.38
- JDK 1.8.0_131
- Spring 4.2.5
- MySql 5.7.19
- Maven 3.6.1
- Bootsrtap 4.3.1
- Maven
- Tomcat
- maven.archetypes:maven-archetype-webapp
- import spring-core into pom.xml
- configure modules
- web.xml configuration-mvc-dispatcher
- mvc-dispatcher-servlet.xml configuration
- js, image, css related configuration
- open spring annotation
- configure Tomcat and deploy as war exploded
- create two tables and set foreign key
- intellij idea import databbase by Hibernate
- use javaEE persistence connect database and generate two java Beans, which corresponding two tables in database
- JPA operation defination
- develop mainController and corresponding users.jsp, userDetail.jsp,
- customized update method in UserReository interface
- add updateUser in MainController
- blog management same as user management
- welcomePage
- addUser
- updateUserInformation
- userDetail
- userManagement
- blogManagement
- addBlog
- modifyBlog