Ver código fonte

Default security

Daniel Garcia Costa 1 ano atrás
pai
commit
cf68b9381a
1 arquivos alterados com 4 adições e 0 exclusões
  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>