Browser sending mail implemention and server sending mail implemention.
- JavaMail: Practice of sending mail using java api.
Practice building a server through java, and interact with the front-end.
- Step 1. you need a JVM server environment.
- Step 2. you need a MySQL database.
- Step 3. you need config nginx & maven by yourself.
- Step 4. you need to start the MySQL server.
- Step 5. you need to excute SQL file.
- Then need to launch tomcat server at localhost:8080.
- SSM: Spring & SpringMVC & MyBatis practice.