Skip to content

Commit

Permalink
default value 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dojinyou committed Mar 3, 2024
1 parent 883c229 commit bbb991b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.springframework.context.annotation.Configuration

@Configuration
class SwaggerConfig(
@Value("\${swagger.api-url}")
@Value("\${swagger.api-url:http://localhost:8080}")
val apiUrl: String,
) {
@Bean
Expand Down

0 comments on commit bbb991b

Please sign in to comment.