Playground-Spring is an application developed with Spring Boot, JPA, Spring Security, and Vaadin for the frontend.
Before running the project, ensure you have the following prerequisites installed:
- Maven 3.8.6
- Java 17
-
Navigate to the
playground-spring
directory and execute the following command to start the application in development mode:mvn spring-boot:run
-
Once the application is running, open a web browser and access the following address:
http://localhost:8080/
Use admin/admin
as the username and password to log in.
You can find screenshots of the application in the /src/screenshots
directory:
This project is licensed under the terms of the MIT license. See the LICENSE
file for details.
This project was developed as part of a system architecture playground and is not recommended for production environments without in-depth review.
If you found this project helpful, please consider giving it a star ⭐️.