Skip to content

JavatoDev-com/spring-boot-mysql-base-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot MySQL Base Project

This application was developed to demonstrate Spring Boot with MySQL with simple API.

Technologies Used

  • Spring Boot 2.4.1
  • Spring Data JPA
  • Lombok
  • MySQL

How to Run this application

First change the src/main/resources/application.properties with your MySQL instance properties.

Then,

$ ./gradlew bootRun

or create a build using following command,

$ ./gradlew clean build

Then start the JAR file using java

$ java -jar build/libs/spring-boot-mysql-base-project-0.0.1-SNAPSHOT.jar

Related Articles

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages