Add device registry

- add RegistryController
- add DeviceRegistryService
- add Helper.kt
- add device registry property
- set up registry property
This commit is contained in:
2024-12-14 02:30:38 +01:00
parent fe1b88cc97
commit 10f6486e37
10 changed files with 86 additions and 0 deletions

View File

@@ -27,6 +27,9 @@ server:
key-store-type: PKCS12
key-store-password: password
device-registry:
url: http://localhost:9010
---
##########################
### Docker environment ###
@@ -44,6 +47,9 @@ server:
key-store-type: PKCS12
key-store-password: password
device-registry:
url: http://DeviceRegistry:8080
---
##############################
### Production environment ###