Build Restful web services using spring boot and MYSQL and Hibernate as well as End-points authenticate with JWT authentication.
- Java 1.8 +
- Maven 3.8 +
- MYSQL 8.0
-
Clone the project
git clone https://github.com/callicoder/spring-boot-mysql-rest-api-tutorial.git
-
Create MYSQL Database
Run attached SQL script.
-
Clean and build the project using maven
open command line (CMD) in project directory and execute 'mvn clean install'
-
Open project using intelij / eclipse
-
Set up database configurations in application.properties file
spring.datasource.url = Develper database URL spring.datasource.username = Developer database username spring.datasource.password = Developer database password
- Authenticate user using related end-point APIs.
- Perform employee CRUD operations using related APIs.