Jelajahi Sumber

Default security

Daniel Garcia Costa 1 tahun lalu
induk
melakukan
cf68b9381a
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  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>