REST API project developed in Java using Spring Boot 3 and MySQL database.
- Java 17
- Spring Boot 3.x.x
- Apache Maven 3.8.6
- spring-common-parent: Manages the Spring Boot version and provide common configurations for plugins and formatting.
- Create a new database schema named:
mysql_demo
- Set the following environment variables:
DB_HOST
,DB_PORT
,DB_NAME
,DB_USERNAME
, andDB_PASSWORD
. - Run the
SpringMySQLDemoApplication
class as Java Application.