License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.blinkfox |
ArtifactId | ArtifactIdfenix-spring-boot-starter |
Version | Version2.5.0 |
Type | Typejar |
Description |
Descriptionfenix-spring-boot-starter
The fenix spring boot starter. 这是 Fenix JPA 扩展库的 Spring Boot Starter 库。
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.blinkfox/fenix-spring-boot-starter/ -->
<dependency>
<groupId>com.blinkfox</groupId>
<artifactId>fenix-spring-boot-starter</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.blinkfox/fenix-spring-boot-starter/
implementation 'com.blinkfox:fenix-spring-boot-starter:2.5.0'
// https://jarcasting.com/artifacts/com.blinkfox/fenix-spring-boot-starter/
implementation ("com.blinkfox:fenix-spring-boot-starter:2.5.0")
'com.blinkfox:fenix-spring-boot-starter:jar:2.5.0'
<dependency org="com.blinkfox" name="fenix-spring-boot-starter" rev="2.5.0">
<artifact name="fenix-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blinkfox', module='fenix-spring-boot-starter', version='2.5.0')
)
libraryDependencies += "com.blinkfox" % "fenix-spring-boot-starter" % "2.5.0"
[com.blinkfox/fenix-spring-boot-starter "2.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure Optional | jar | 2.4.3 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.4.3 |
org.slf4j : slf4j-api Optional | jar | 1.7.30 |
org.projectlombok : lombok Optional | jar | 1.18.18 |
com.blinkfox : fenix | jar | 2.5.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.4.3 |
org.hibernate : hibernate-core | jar | 5.4.28.Final |