License |
License |
---|---|
GroupId | GroupIdcom.github.lhnonline |
ArtifactId | ArtifactIdweboot-common |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionweboot-common
用于SpringBoot项目 | 接口返回数据包装,http状态码aop, http请求日志统一打印 | 使用了fastjson,和 mybatis-plus-extension
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
weboot-common-1.0.0.pom | |
weboot-common-1.0.0.jar | 26 KB |
weboot-common-1.0.0-sources.jar | 14 KB |
weboot-common-1.0.0-javadoc.jar | 144 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lhnonline/weboot-common/ -->
<dependency>
<groupId>com.github.lhnonline</groupId>
<artifactId>weboot-common</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lhnonline/weboot-common/
implementation 'com.github.lhnonline:weboot-common:1.0.0'
// https://jarcasting.com/artifacts/com.github.lhnonline/weboot-common/
implementation ("com.github.lhnonline:weboot-common:1.0.0")
'com.github.lhnonline:weboot-common:jar:1.0.0'
<dependency org="com.github.lhnonline" name="weboot-common" rev="1.0.0">
<artifact name="weboot-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lhnonline', module='weboot-common', version='1.0.0')
)
libraryDependencies += "com.github.lhnonline" % "weboot-common" % "1.0.0"
[com.github.lhnonline/weboot-common "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.2.9.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.2.9.RELEASE |
com.baomidou : mybatis-plus-extension | jar | 3.4.0 |
org.springframework.boot : spring-boot-starter-aop | jar | 2.2.9.RELEASE |
org.springframework.boot : spring-boot-configuration-processor | jar | 2.2.9.RELEASE |
org.projectlombok : lombok | jar | 1.18.12 |
com.alibaba : fastjson | jar | 1.2.68 |