21. Learning outcomes:
-bash-4.2$ pwd /u/dgerman/apache/htdocs/spring-boot/fall2019/step19 -bash-4.2$ tree . +-- pom.xml +-- src +-- main | +-- java | | +-- com | | +-- example | | +-- demo | | +-- HomeController.java | | +-- SecurityConfiguration.java | | +-- SpringBoot19Application.java | +-- resources | +-- application.properties | +-- templates | +-- admin.html | +-- index.html | +-- login.html +-- test +-- java +-- com +-- example +-- demo +-- SpringBoot19ApplicationTests.java 13 directories, 9 files -bash-4.2$