- update ConfigurationController to handle hlaeja jwt instead of jwtService - update MeasurementController to handle hlaeja jwt instead of jwtService - add dependency for hlaeja jwt - remove dependencies for jjwt - remove JwtService.kt - remove PublicKeyProvider.kt - remove jwt key property explanation from additional-spring-configuration-metadata.json
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"properties": [
|
|
{
|
|
"name": "spring.application.version",
|
|
"type": "java.lang.String",
|
|
"description": "Application version."
|
|
},
|
|
{
|
|
"name": "spring.application.build.time",
|
|
"type": "java.lang.String",
|
|
"description": "Application build time."
|
|
},
|
|
{
|
|
"name": "spring.application.build.os.name",
|
|
"type": "java.lang.String",
|
|
"description": "Application build os name."
|
|
},
|
|
{
|
|
"name": "spring.application.build.os.version",
|
|
"type": "java.lang.String",
|
|
"description": "Application build os version."
|
|
},
|
|
{
|
|
"name": "device-registry.url",
|
|
"type": "java.lang.String",
|
|
"description": "Url for device registry service."
|
|
},
|
|
{
|
|
"name": "device-data.url",
|
|
"type": "java.lang.String",
|
|
"description": "Url for device data service."
|
|
},
|
|
{
|
|
"name": "device-configuration.url",
|
|
"type": "java.lang.String",
|
|
"description": "Url for device configuration service."
|
|
},
|
|
{
|
|
"name": "cache.time-to-live",
|
|
"type": "java.lang.Long",
|
|
"description": "Cache expiration in minutes."
|
|
}
|
|
]
|
|
}
|