tocrhz / mqtt-spring-boot-starter

MQTT starter for Spring Boot, easier to use.
Apache License 2.0
93 stars 47 forks source link

property names can't be overridden from environment. #27

Open tdrury opened 2 weeks ago

tdrury commented 2 weeks ago

Because your property names include '_' they cannot be overridden from the environment. e.g. mqtt.clients.multi_client_1.uri. Trying to override via "mqtt_clients_multi_client_1_uri=..." does not work.