A simple web application that is built using Spring Boot.
This project is built using Spring Tools Suite(STS).
MySql database is used as backend.
Please make sure that the following is installed before building this project -
- Java Development Kit 8 and above (JDK 8 +)
- MySql and MySql Workbench
- Git
-
Create a schema(database) in MySql Workbench. Name of the schema should be
medishop
. -
Set the password of your database in
application.properties
file. -
Run the project, if everything works properly, you should now see two tables being created in your MySql Workbench.
Notes and sample projects on Spring Boot can be found here