Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

yusufsefasezer/java-jsp-diary

Repository files navigation

Java JSP Diary

A simple MySQL diary application developed with Java/Jakarta EE JSP.

This project developed with Jakarta EE Servlet, JSP, Maven, MySQL.

How to run

Maven

Maven must be installed to compile this application.

You can use the following commands to generate a WAR file.

mvn package

Once compiled, You can install the WAR in Tomcat.

NOTE: Tomcat version 10+ is required.

Docker

Docker must be installed.

Build the Docker image with the tag "java-jsp-diary"

docker build -t java-jsp-diary .
docker run -p 80:8080 java-jsp-diary

You can access the application using localhost:80 in your web browser.

Docker Compose

Docker must be installed.

You can run the following commands to run both App and MySQL.

docker compose up

You can access the application using localhost:80 in your web browser.

Screenshot

License

This project is licensed under the MIT License. See the LICENSE file for details

Created by Yusuf Sezer

About

A simple MySQL diary application developed with Java/Jakarta EE JSP.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /