Basilius-Third / jv-web-intro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web intro

  • Display Hello World in your browser
  • configure web.xml
  • add new dependencies servlet-api and maven-war-plugin in pom.xml (remember about <packaging>war</packaging>)
  • create IndexController
  • create index.jsp

Before submitting solution make sure you checked it first with checklist

About


Languages

Language:Java 100.0%