License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcn.idugou.bizlog |
ArtifactId | ArtifactIdentity-bizlog-spring-boot-starter |
Version | Version1.0.1 |
Type | Typejar |
Description |
Descriptionentity-bizlog-spring-boot-starter
一个OLTP数据库JPA日志拦截记录的springboot框架
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/cn.idugou.bizlog/entity-bizlog-spring-boot-starter/ -->
<dependency>
<groupId>cn.idugou.bizlog</groupId>
<artifactId>entity-bizlog-spring-boot-starter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.idugou.bizlog/entity-bizlog-spring-boot-starter/
implementation 'cn.idugou.bizlog:entity-bizlog-spring-boot-starter:1.0.1'
// https://jarcasting.com/artifacts/cn.idugou.bizlog/entity-bizlog-spring-boot-starter/
implementation ("cn.idugou.bizlog:entity-bizlog-spring-boot-starter:1.0.1")
'cn.idugou.bizlog:entity-bizlog-spring-boot-starter:jar:1.0.1'
<dependency org="cn.idugou.bizlog" name="entity-bizlog-spring-boot-starter" rev="1.0.1">
<artifact name="entity-bizlog-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.idugou.bizlog', module='entity-bizlog-spring-boot-starter', version='1.0.1')
)
libraryDependencies += "cn.idugou.bizlog" % "entity-bizlog-spring-boot-starter" % "1.0.1"
[cn.idugou.bizlog/entity-bizlog-spring-boot-starter "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-data-jpa | jar | |
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-aop | jar | |
org.reflections : reflections | jar | 0.9.12 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |