- create Mysql DB: test
- run query: grant all privileges on test.* to 'root'@'localhost' identified by '12345678';
- mvn clean package
- run com.test.login.LoginApplication
- run com.test.resource.ResourceApplication
- run com.test.web1.Web1Application
- run com.test.web2.Web2Application
- http://localhost
- login username and passwork: user