Skip to content

Commit 2660d37

Browse files
authored
feat: add spring configuration processor (#242)
1 parent 602684c commit 2660d37

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## 3.1.0 [unreleased]
22

3+
### Features
4+
5+
1. [#242](https://github.com/influxdata/influxdb-client-java/pull/242): Add Spring Boot configuration metadata that helps the IDE understand the `application.properties` [spring]
6+
37
## 3.0.0 [2021-07-09]
48

59
### Breaking Changes

spring/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,13 @@
160160
<version>${mockito.version}</version>
161161
<scope>test</scope>
162162
</dependency>
163+
164+
<dependency>
165+
<groupId>org.springframework.boot</groupId>
166+
<artifactId>spring-boot-configuration-processor</artifactId>
167+
<version>${spring-boot.version}</version>
168+
<optional>true</optional>
169+
</dependency>
163170

164171
</dependencies>
165172

0 commit comments

Comments
 (0)