forked from loafle/openapi-generator-original
update spring petstore samples
This commit is contained in:
+2
-2
@@ -22,7 +22,7 @@ import org.springframework.security.oauth2.common.exceptions.OAuth2Exception;
|
||||
@EnableConfigurationProperties
|
||||
public class ClientConfiguration {
|
||||
|
||||
@Value("${ swaggerPetstore.security.apiKey.key:}")
|
||||
@Value("${swaggerPetstore.security.apiKey.key:}")
|
||||
private String apiKeyKey;
|
||||
|
||||
@Bean
|
||||
@@ -46,4 +46,4 @@ public class ClientConfiguration {
|
||||
return details;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user