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).
- Host: GitHub
- URL: https://github.com/chaseofthejungle/java-employee-directory
- Owner: chaseofthejungle
- Created: 2023-03-20T00:16:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-08T03:04:03.000Z (about 1 year ago)
- Last Synced: 2025-08-04T14:59:34.293Z (11 months ago)
- Topics: java, spring-boot, spring-boot-mvc, sql, tomcat-server
- Language: HTML
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)*