Skip to content

Commit

Permalink
fix: EnableWebMvc 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Aug 27, 2024
1 parent 93eb1b8 commit d121a26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/src/main/kotlin/com/few/api/config/ApiConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import org.springframework.context.annotation.ComponentScan
import org.springframework.context.annotation.Configuration
import org.springframework.context.annotation.Import
import org.springframework.scheduling.annotation.EnableAsync
import org.springframework.web.servlet.config.annotation.EnableWebMvc

@Configuration
@ComponentScan(basePackages = [ApiConfig.BASE_PACKAGE])
Expand All @@ -21,7 +20,6 @@ import org.springframework.web.servlet.config.annotation.EnableWebMvc
ImageStorageConfig::class,
DocumentStorageConfig::class
)
@EnableWebMvc
@EnableAsync
@ConfigurationPropertiesScan(basePackages = [ApiConfig.BASE_PACKAGE])
class ApiConfig {
Expand Down

0 comments on commit d121a26

Please sign in to comment.