| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices | 
| GroupId | GroupIdorg.daijie | 
| ArtifactId | ArtifactIddaijie-core-spring-boot-starter | 
| Last Version | Last Version1.1.4-RELEASE | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptiondaijie-core-spring-boot-starter 提供微服务访问异常统一处理、接口文档生成、流程枚举存储容器、分布式锁。 | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/org.daijie/daijie-core-spring-boot-starter/ -->
<dependency>
    <groupId>org.daijie</groupId>
    <artifactId>daijie-core-spring-boot-starter</artifactId>
    <version>1.1.4-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.daijie/daijie-core-spring-boot-starter/
implementation 'org.daijie:daijie-core-spring-boot-starter:1.1.4-RELEASE'// https://jarcasting.com/artifacts/org.daijie/daijie-core-spring-boot-starter/
implementation ("org.daijie:daijie-core-spring-boot-starter:1.1.4-RELEASE")'org.daijie:daijie-core-spring-boot-starter:jar:1.1.4-RELEASE'<dependency org="org.daijie" name="daijie-core-spring-boot-starter" rev="1.1.4-RELEASE">
  <artifact name="daijie-core-spring-boot-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='org.daijie', module='daijie-core-spring-boot-starter', version='1.1.4-RELEASE')
)libraryDependencies += "org.daijie" % "daijie-core-spring-boot-starter" % "1.1.4-RELEASE"[org.daijie/daijie-core-spring-boot-starter "1.1.4-RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.tomcat.embed : tomcat-embed-jasper | jar | 8.5.29 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |