Skip to content

Create MaheshDaddagolsourcefile#6

Open
githubtesti wants to merge 1 commit intomahalakshmi89715:mainfrom
githubtesti:main
Open

Create MaheshDaddagolsourcefile#6
githubtesti wants to merge 1 commit intomahalakshmi89715:mainfrom
githubtesti:main

Conversation

@githubtesti
Copy link

package com.boxfuse.samples.javawarhello;

import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;

@WebServlet(urlPatterns = "/hello", loadOnStartup = 1)
public class HelloServlet extends HttpServlet {
@OverRide
public void init() throws ServletException {
System.out.println("HelloServlet: You should see this in the Instance Logs :-)");
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant