| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdio.github.taylorxian |
| ArtifactId | ArtifactIdspring-boot-demo |
| Last Version | Last Version1.0.0-RC |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionspring-boot-demo
mybatis groovy plugin
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| spring-boot-demo-1.0.0-RC.pom | |
| spring-boot-demo-1.0.0-RC.jar | 43 MB |
| spring-boot-demo-1.0.0-RC-sources.jar | 8 KB |
| spring-boot-demo-1.0.0-RC-javadoc.jar | 83 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.taylorxian/spring-boot-demo/ -->
<dependency>
<groupId>io.github.taylorxian</groupId>
<artifactId>spring-boot-demo</artifactId>
<version>1.0.0-RC</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.taylorxian/spring-boot-demo/
implementation 'io.github.taylorxian:spring-boot-demo:1.0.0-RC'
// https://jarcasting.com/artifacts/io.github.taylorxian/spring-boot-demo/
implementation ("io.github.taylorxian:spring-boot-demo:1.0.0-RC")
'io.github.taylorxian:spring-boot-demo:jar:1.0.0-RC'
<dependency org="io.github.taylorxian" name="spring-boot-demo" rev="1.0.0-RC">
<artifact name="spring-boot-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.taylorxian', module='spring-boot-demo', version='1.0.0-RC')
)
libraryDependencies += "io.github.taylorxian" % "spring-boot-demo" % "1.0.0-RC"
[io.github.taylorxian/spring-boot-demo "1.0.0-RC"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | |
| com.alibaba : druid-spring-boot-starter | jar | 1.1.22 |
| mysql : mysql-connector-java | jar | |
| com.baomidou : mybatis-plus-boot-starter | jar | 3.4.3 |
| io.github.taylorxian : mybatis-groovy-boot-starter | jar | 1.0.0-RC |
| com.github.xiaoymin : knife4j-spring-boot-starter | jar | |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.apache.commons : commons-lang3 | jar | 3.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.20 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |