File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 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+ ```
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments