| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices | 
| GroupId | GroupIdcom.github.liaomengge | 
| ArtifactId | ArtifactIdbase-logger-spring-boot-starter | 
| Version | Version3.0.0.RELEASE | 
| Type | Typejar | 
| Description | Descriptionbase common starter base common starter for developer | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/com.github.liaomengge/base-logger-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.liaomengge</groupId>
    <artifactId>base-logger-spring-boot-starter</artifactId>
    <version>3.0.0.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.liaomengge/base-logger-spring-boot-starter/
implementation 'com.github.liaomengge:base-logger-spring-boot-starter:3.0.0.RELEASE'// https://jarcasting.com/artifacts/com.github.liaomengge/base-logger-spring-boot-starter/
implementation ("com.github.liaomengge:base-logger-spring-boot-starter:3.0.0.RELEASE")'com.github.liaomengge:base-logger-spring-boot-starter:jar:3.0.0.RELEASE'<dependency org="com.github.liaomengge" name="base-logger-spring-boot-starter" rev="3.0.0.RELEASE">
  <artifact name="base-logger-spring-boot-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.liaomengge', module='base-logger-spring-boot-starter', version='3.0.0.RELEASE')
)libraryDependencies += "com.github.liaomengge" % "base-logger-spring-boot-starter" % "3.0.0.RELEASE"[com.github.liaomengge/base-logger-spring-boot-starter "3.0.0.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.github.liaomengge : base-common-utils | jar | 3.0.0.RELEASE | 
| org.springframework.boot : spring-boot-starter | jar | |
| org.springframework.boot : spring-boot-starter-actuator | jar | |
| org.springframework.cloud : spring-cloud-context | jar |