influx2-multi-source-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.childrengreens</groupId> <artifactId>influx2-multi-source-spring-boot-starter</artifactId> <version>2.5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.childrengreens</groupId> <artifactId>multi-source-spring-boot-starter</artifactId> <version>2.5</version> </parent> <artifactId>influx2-multi-source-spring-boot-starter</artifactId> <name>Spring Boot Starter for Multi Source :: Influx2</name> <description>Spring Boot Starter for Multi Data Source :: Influx2</description> <packaging>jar</packaging> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure-processor</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>com.influxdb</groupId> <artifactId>influxdb-spring</artifactId> <version>7.2.0</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>com.childrengreens</groupId> <artifactId>context-multi-source-spring-boot-starter</artifactId> <version>2.5</version> </dependency> </dependencies> </project>