- package com.welampiot.configuration;
- import lombok.Data;
- import org.springframework.boot.context.properties.ConfigurationProperties;
- import org.springframework.stereotype.Component;
- @Component
- @ConfigurationProperties(prefix = "plc.mqtt")
- public class PlcMqttConfig extends BaseMqttConfig{
- }
|