| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdcom.gitee.free2free |
| ArtifactId | ArtifactIdbase-spring-boot |
| Last Version | Last Version1.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionbase-spring-boot
一个springboot的基础包
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| base-spring-boot-1.0.3.pom | |
| base-spring-boot-1.0.3.jar | 21 MB |
| base-spring-boot-1.0.3-sources.jar | 8 KB |
| base-spring-boot-1.0.3-javadoc.jar | 89 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.free2free/base-spring-boot/ -->
<dependency>
<groupId>com.gitee.free2free</groupId>
<artifactId>base-spring-boot</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.free2free/base-spring-boot/
implementation 'com.gitee.free2free:base-spring-boot:1.0.3'
// https://jarcasting.com/artifacts/com.gitee.free2free/base-spring-boot/
implementation ("com.gitee.free2free:base-spring-boot:1.0.3")
'com.gitee.free2free:base-spring-boot:jar:1.0.3'
<dependency org="com.gitee.free2free" name="base-spring-boot" rev="1.0.3">
<artifact name="base-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.free2free', module='base-spring-boot', version='1.0.3')
)
libraryDependencies += "com.gitee.free2free" % "base-spring-boot" % "1.0.3"
[com.gitee.free2free/base-spring-boot "1.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web Optional | jar | 2.2.2.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok Optional | jar | 1.18.10 |
| com.alibaba : fastjson | jar | 1.2.62 |
| org.springframework.boot : spring-boot-starter-aop | jar | 2.2.2.RELEASE |