Skip to content

Springboot application with full CRUD functionality. Uses MySQL from a local database.

Notifications You must be signed in to change notification settings

jacintomendoza/Springboot-users-mysql-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Springboot-users-mysql-api

Springboot example user application with full CRUD functionality. Uses MySQL from a local database.

Requires a MySQL database to be running. Docker was used to do this locally.

Command used to run docker container, test_sql, on an ARN M1 Mac. Please change this according to your system.

docker run --name test_sql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=Password123 -d mysql --platform linux/x86_64 mysql

Update this if the above credentials are changed: src/main/java/resources/application.properties

About

Springboot application with full CRUD functionality. Uses MySQL from a local database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages