Skip to content

Commit

Permalink
rename: Configuration 파일 Config로 통일
Browse files Browse the repository at this point in the history
  • Loading branch information
GiJungPark committed Nov 3, 2024
1 parent 7444b59 commit 9374416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import org.springframework.context.annotation.Configuration
import org.springframework.context.annotation.Scope

@Configuration
class ApplicationConfiguration {
class ApplicationConfig {

@Bean
fun subscribeReader(subscribeRepository: SubscribeRepository): SubscribeReader {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import org.springframework.context.annotation.Bean
import org.springframework.context.annotation.Configuration

@Configuration
class ApplicationConfiguration {
class ApplicationConfig {

@Bean
fun subscribeReader(subscribeRepository: SubscribeRepository): SubscribeReader {
Expand Down

0 comments on commit 9374416

Please sign in to comment.