Skip to content

Commit f345266

Browse files
committed
♻️ :: Configuration 추가
1 parent 738c7d7 commit f345266

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

git-infrastructure/src/main/kotlin/com/xquare/git/global/config/SecurityConfiguration.kt

+2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
package com.xquare.git.global.config
22

33
import org.springframework.context.annotation.Bean
4+
import org.springframework.context.annotation.Configuration
45
import org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity
56
import org.springframework.security.config.web.server.ServerHttpSecurity
67
import org.springframework.security.web.server.SecurityWebFilterChain
78

9+
@Configuration
810
@EnableWebFluxSecurity
911
class SecurityConfiguration {
1012
@Bean

0 commit comments

Comments
 (0)