Skip to content

Commit

Permalink
🎨 clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
이용홍 committed Mar 2, 2023
1 parent ac0958b commit fb76721
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import org.springframework.boot.context.properties.EnableConfigurationProperties
import org.springframework.boot.web.client.RestTemplateBuilder
import org.springframework.context.annotation.Bean
import org.springframework.http.converter.StringHttpMessageConverter
import org.springframework.web.client.RestTemplate
import java.nio.charset.StandardCharsets
import java.util.*

Expand All @@ -36,10 +35,6 @@ class DataKrAutoConfiguration {
}
}

@Bean
@ConditionalOnMissingBean
fun restTemplate(): RestTemplate = RestTemplate()

@Bean
fun dataKrService(
objectMapper: ObjectMapper,
Expand Down

0 comments on commit fb76721

Please sign in to comment.