Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 844 Bytes

Readme.md

File metadata and controls

42 lines (25 loc) · 844 Bytes

MySpringBoot Server - Spring Boot, MySQL, JPA, Hibernate Rest API

REST API and Database Handler for MySpringBoot App.

Tech Stack

  1. Java (SpringBoot)

  2. JPA, Hibernate

  3. MySQL

Steps for Application Setup

1. Clone the application

git clone https://github.com/Cryptonex7/--template-MySpringBootApp.git

2. Create MySQL database

create database test_db

3. Change MySQL username and password as per your installation

  • open src/main/resources/application.properties

  • change spring.datasource.username and spring.datasource.password as per your mysql installation

4. Build and run the app using maven

mvn spring-boot:run

The app will start running at http://localhost:8080.

Explore Rest APIs

You can find the API Documentation at http://localhost:8080/docs