security-webflux(6):
-
Published in · 3 min read · May 7, 2023 Updating dependencies. We can add Spring Security to The Spring Boot project by adding spring-boot-starter-security andspring-boot-starter-webflux. <!–security–><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-webflux</artifactId></dependency><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-security</artifactId></dependency>