Default prop value for Swagger group name

This commit is contained in:
Viacheslav Klimov 2024-07-10 10:34:06 +03:00 committed by GitHub
parent bee9cfef9c
commit 138f95e1c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,7 +113,7 @@ public class SwaggerConfiguration {
private String version;
@Value("${app.version:unknown}")
private String appVersion;
@Value("${swagger.group_name}")
@Value("${swagger.group_name:thingsboard}")
private String groupName;
@Bean