| | |
| | | package com.ard.config; |
| | | |
| | | import com.ard.utils.SpringTool; |
| | | import com.ard.utils.other.SpringTool; |
| | | import io.minio.MinioClient; |
| | | import lombok.Data; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Value; |
| | | import org.springframework.beans.factory.config.YamlPropertiesFactoryBean; |
| | | import org.springframework.context.annotation.Bean; |
| | | import org.springframework.core.io.ClassPathResource; |
| | | import org.springframework.core.io.Resource; |
| | | import org.springframework.integration.channel.DefaultHeaderChannelRegistry; |
| | | import org.springframework.integration.channel.PublishSubscribeChannel; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | import java.io.IOException; |
| | | import java.util.Properties; |
| | | |
| | | /** |
| | | * @Description: |