# hello-world-war **Repository Path**: cheesejohn/hello-world-war ## Basic Information - **Project Name**: hello-world-war - **Description**: hello-world-war - **Primary Language**: Java - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 18 - **Created**: 2024-08-01 - **Last Updated**: 2024-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Hello World! (WAR-style) =============== This is the simplest possible Java webapp for testing servlet container deployments. It should work on any container and requires no other dependencies or configuration. #### 注意: 基于JDK-11,不支持JDK-8 编译命令: ```sh mvn clean package -Dmaven.test.skip=true ```