Skip to main content

Posts

Showing posts from April, 2019

SPRING SECURITY

     < parent >          < groupId >org.springframework.boot</ groupId >          < artifactId >spring-boot-starter-parent</ artifactId >          < version >1.4.3.RELEASE</ version >      </ parent >        <!-- Add typical dependencies for a web application -->          <!-- Adds Tomcat and Spring MVC, along others, jackson-databind included transitively -->          < dependency >              < groupId >org.springframework.boot</ groupId >              < artifactId >spring-boot-starter-web</ artifactId > ...