License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.xiaoyuge5201 |
ArtifactId | ArtifactIdyugb-spring-boot-starter |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCollecting system log through AOP
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.xiaoyuge5201/yugb-spring-boot-starter/ -->
<dependency>
<groupId>com.github.xiaoyuge5201</groupId>
<artifactId>yugb-spring-boot-starter</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiaoyuge5201/yugb-spring-boot-starter/
implementation 'com.github.xiaoyuge5201:yugb-spring-boot-starter:1.1.1'
// https://jarcasting.com/artifacts/com.github.xiaoyuge5201/yugb-spring-boot-starter/
implementation ("com.github.xiaoyuge5201:yugb-spring-boot-starter:1.1.1")
'com.github.xiaoyuge5201:yugb-spring-boot-starter:jar:1.1.1'
<dependency org="com.github.xiaoyuge5201" name="yugb-spring-boot-starter" rev="1.1.1">
<artifact name="yugb-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiaoyuge5201', module='yugb-spring-boot-starter', version='1.1.1')
)
libraryDependencies += "com.github.xiaoyuge5201" % "yugb-spring-boot-starter" % "1.1.1"
[com.github.xiaoyuge5201/yugb-spring-boot-starter "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-webmvc | jar | 5.2.12.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.4.RELEASE |
org.springframework.boot : spring-boot-starter Optional | jar | 2.0.4.RELEASE |
org.springframework.boot : spring-boot-configuration-processor | jar | 2.0.4.RELEASE |
org.springframework.boot : spring-boot-starter-aop | jar | 2.3.7.RELEASE |
org.aspectj : aspectjrt | jar | 1.9.6 |
com.alibaba : fastjson | jar | 1.2.75 |
org.apache.commons : commons-lang3 | jar | 3.4 |
org.apache.commons » com.springsource.org.apache.commons.beanutils | jar | 1.8.3 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.1 |