Skip to content

Commit

Permalink
🚚 bean name 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
이용홍 committed Mar 3, 2023
1 parent 682b787 commit ba7e839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = 'herbaccara'
version = '0.0.3'
version = '0.0.2'
sourceCompatibility = '1.8'

publishing {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class JusoKrAutoConfiguration {
fun restTemplate(): RestTemplate = RestTemplate()

@Bean
fun dataKrService(
fun jusoKrService(
restTemplate : RestTemplate,
objectMapper: ObjectMapper,
properties: JusoKrProperties
Expand Down

0 comments on commit ba7e839

Please sign in to comment.