# Leave_message **Repository Path**: g0rez/Leave_message ## Basic Information - **Project Name**: Leave_message - **Description**: ssm留言板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-16 - **Last Updated**: 2021-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: SSM, 留言板 ## README # Leave_message #### 目录 ``` │ message.iml │ pom.xml │ ├─src │ └─main │ ├─java │ │ └─com │ │ └─g0rez │ │ ├─controller │ │ │ MessageController.java │ │ │ │ │ ├─dao │ │ │ MessageDao.java │ │ │ MessageDao.xml │ │ │ │ │ ├─entity │ │ │ Message.java │ │ │ │ │ └─service │ │ │ MessageService.java │ │ │ │ │ └─impl │ │ MessageServiceImpl.java │ │ │ ├─resources │ │ └─conf │ │ applicationContext.xml │ │ dispatcherServlet.xml │ │ jdbc.properties │ │ mybatis.xml │ │ │ └─webapp │ │ error.jsp │ │ index.jsp │ │ messageBoard.jsp │ │ show.jsp │ │ │ ├─image │ │ beijing.png │ │ tt.jpg │ │ │ ├─js │ │ jquery-3.4.1.js │ │ │ └─WEB-INF │ web.xml ```