Skip to content

Commit

Permalink
♻️ :: Configuration 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jaemin05 committed Jun 29, 2023
1 parent 738c7d7 commit f345266
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
package com.xquare.git.global.config

import org.springframework.context.annotation.Bean
import org.springframework.context.annotation.Configuration
import org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity
import org.springframework.security.config.web.server.ServerHttpSecurity
import org.springframework.security.web.server.SecurityWebFilterChain

@Configuration
@EnableWebFluxSecurity
class SecurityConfiguration {
@Bean
Expand Down

0 comments on commit f345266

Please sign in to comment.