这里使用的 influxdb 的 Organization 名与 dc3-common-influx/src/main/resources/application-influx.yml 的不同。
修复在使用中可能出现的这些问题:
1、在 yml 配置文件如果不配置 influx.org 启动时会报这个错误 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'influxServiceImpl': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'influx.org' in value "${influx.org}";
2、在 yml 配置文件如果配置 influx.org ,并且配置的与 application-influx.yml 中的 organization 不同,将会出现找不到 org 名称的问题。