Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.03 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.03 KB

Spring MySQL Demo

REST API project developed in Java using Spring Boot 3 and MySQL database.

Requirements

  • Java 17
  • Spring Boot 3.x.x
  • Apache Maven 3.8.6

Libraries

  • spring-common-parent: Manages the Spring Boot version and provide common configurations for plugins and formatting.

Run App

  • Create a new database schema named: mysql_demo
  • Set the following environment variables: DB_HOST, DB_PORT, DB_NAME, DB_USERNAME, and DB_PASSWORD.
  • Run the SpringMySQLDemoApplication class as Java Application.

Collection

Project Collection

DB Setup

MySQL Server Setup

Diagram

Entity Relationship Diagram

Script

MySQL Demo Script