An open API service indexing awesome lists of open source software.

https://github.com/chaseofthejungle/java-employee-directory

A Spring Boot MVC web app for an employee directory (via SQL database).
https://github.com/chaseofthejungle/java-employee-directory

java spring-boot spring-boot-mvc sql tomcat-server

Last synced: about 1 month ago
JSON representation

A Spring Boot MVC web app for an employee directory (via SQL database).

Awesome Lists containing this project

README

          

# Java Employee Directory

**Description:** A ready-to-use [Spring Boot MVC](https://spring.io/guides/gs/serving-web-content) app for selecting, adding, modifying, and deleting employee records via an SQL database.

**Prerequisite:** Ability to host: a) the app on a simple web server (e.g., [Tomcat](https://tomcat.apache.org/) server), and b) an SQL database.


## Supplemental Resources

* *[MySQL: Understanding What It Is and How It’s Used [Official Oracle Article]](https://www.oracle.com/mysql/what-is-mysql/)*
* *[Serving Web Content with Spring MVC [spring.io page]](https://spring.io/guides/gs/serving-web-content)*
* *[Official Apache Tomcat Website](https://tomcat.apache.org/)*