Skip to content

Commit f6b8d68

Browse files
committed
prepare first release
1 parent 08fccd7 commit f6b8d68

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
11
# spring-conditions
22

3-
Provides useful Spring conditions.
3+
Provides useful Spring-Boot conditions.
44

55
[![incubating](https://img.shields.io/badge/lifecycle-INCUBATING-orange.svg)](https://github.com/holisticon#open-source-lifecycle)
66
[![Build Status](https://github.com/toolisticon/spring-conditions/workflows/Development%20branches/badge.svg)](https://github.com/toolisticon/spring-conditions/actions)
77
[![sponsored](https://img.shields.io/badge/sponsoredBy-Holisticon-RED.svg)](https://holisticon.de/)
88
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.toolisticon.spring/spring-conditions/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.toolisticon.spring/spring-conditions)
99

10+
## Supported conditions
1011

12+
- `@ConditionalOnMissingQualifiedBean`
13+
14+
## Usage
15+
16+
```xml
17+
18+
<dependency>
19+
<groupId>io.toolisticon.spring</groupId>
20+
<artifactId>spring-conditions</artifactId>
21+
<version>1.0.0</version>
22+
</dependency>
23+
24+
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>io.toolisticon.spring</groupId>
1313
<artifactId>spring-conditions</artifactId>
14-
<version>0.0.1-SNAPSHOT</version>
14+
<version>1.0.0-SNAPSHOT</version>
1515
<name>${project.artifactId}</name>
1616
<description>spring-conditions</description>
1717
<url>https://github.com/toolisticon/spring-conditions/</url>

0 commit comments

Comments
 (0)