Run com.in28minutes.springboot.web.SpringBootFirstWebApplication as a Java Application.
Runs on default port of Spring Boot - 8080
- http://localhost:8080/login with root/root as credentials
- You can add, delete and update your todos
- Spring Security is used to secure the application
com.in28minutes.springboot.web.security.SecurityConfiguration
contains the in memory security credential configuration.