Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 338 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 338 Bytes

WEB CRUD Java Servlet & JSP

ini adalah contoh sederhana web crud menggunakan bahasa pemrograman JAVA

Persiapan install

  • Maven (depedency management)
  • JDK 8
  • InteliJ Idea (Editor Recomended)

Command Line Interface

  1. clean and build project
  • mvn clean install
  1. Running project
  • mvn jetty:run

url : http://localhost:8080