2024

Summer

Tomcat

6 min read

Apache Tomcat is an open-source, lightweight web application server that implements the Java Servlet and JavaServer Pages (JSP) specs and part of Java EE.

7 min read

MyBatis notes from the Heima Programmer Java Web course, covering core concepts and a Spring Boot CRUD demo.

13 min read

Maven, the project management tool for Java. Covers basic usage including dependency management, the build lifecycle, and multi-module design.