ソースを参照

Default security

Daniel Garcia Costa 1 年間 前
コミット
cf68b9381a
1 ファイル変更4 行追加0 行削除
  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>