Pārlūkot izejas kodu

Default security

Daniel Garcia Costa 1 gadu atpakaļ
vecāks
revīzija
cf68b9381a
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      pom.xml

+ 4 - 0
pom.xml

@@ -46,6 +46,10 @@
 			<artifactId>reactor-test</artifactId>
 			<scope>test</scope>
 		</dependency>
+		<dependency>
+			<groupId>org.springframework.boot</groupId>
+			<artifactId>spring-boot-starter-security</artifactId>
+		</dependency>
 	</dependencies>
 
 	<build>