<dependency>
<groupId>com.github.water</groupId>
<artifactId>water</artifactId>
<version>1.0.0</version>
</dependency>
public class MyServlet extends HttpServlet {
protected void doGet(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {
}
protected void doPost(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {
}
}
protected void doGet(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {
WaterContext context = new WaterContext();
}
html
<html>
<head>
</head>
<body>
</body>
</html>