Skip to content

AndersonMahecha/spring-boot-basic-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run mysql on docker

docker run --name mysql -e MYSQL_ROOT_PASSWORD=password -e MYSQL_ROOT_HOST=% -e MYSQL_DATABASE=productos -p 3306:3306 --rm mysql:5.7

Run application

mvn spring-boot:run

About

a basic example of spring boot with connection to a mysql db, an a basic crud for one entity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages