Skip to content

PR2 - Integrating Spring Boot with MySQL

Latest
Compare
Choose a tag to compare
@husky95msp husky95msp released this 03 Jun 15:06

Milestones:

  • Created and configured a remote MySQL database on AWS.
  • Connected to a remote MySQL database with MySQL Workbench.
  • Integrated a Spring Boot Web project with a remote MySQL database.
  • Mapped Java POJOs to a relational schema using Java Persistence API.
  • Exposed a data model through a Web service endpoint.