- create Mysql DB: test
- config application.yml set db url,username,password
- run Junit: MysqlTest to create default user
- run Spring Boot: WebApplicaton
- http://localhost
- login with username: user, password: user
grant all privileges on . to 'root'@'localhost' identified by '12345678' with grant option;