1 <dependency>
2 <groupId>org.springframework.boot</groupId>
3 <artifactId>spring-boot-starter-security</artifactId>
4 </dependency>
5 <dependency>
6 <groupId>org.springframework.security</groupId>
7 <artifactId>spring-security-test</artifactId>
8 <scope>test</scope>
9 </dependency>