com.pighand:pighand-framework

基于Spring Boot的快速开发框架

License

License

GroupId

GroupId

com.pighand
ArtifactId

ArtifactId

pighand-framework
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

com.pighand:pighand-framework
基于Spring Boot的快速开发框架
Source Code Management

Source Code Management

https://github.com/shuli495/pighand-framework

Download pighand-framework

How to add to project

<!-- https://jarcasting.com/artifacts/com.pighand/pighand-framework/ -->
<dependency>
    <groupId>com.pighand</groupId>
    <artifactId>pighand-framework</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.pighand/pighand-framework/
implementation 'com.pighand:pighand-framework:1.0.0'
// https://jarcasting.com/artifacts/com.pighand/pighand-framework/
implementation ("com.pighand:pighand-framework:1.0.0")
'com.pighand:pighand-framework:jar:1.0.0'
<dependency org="com.pighand" name="pighand-framework" rev="1.0.0">
  <artifact name="pighand-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pighand', module='pighand-framework', version='1.0.0')
)
libraryDependencies += "com.pighand" % "pighand-framework" % "1.0.0"
[com.pighand/pighand-framework "1.0.0"]

Dependencies

compile (13)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 2.5.4
org.springframework.boot : spring-boot-starter-web jar 2.5.4
org.springframework.boot : spring-boot-starter-jdbc jar 2.5.4
org.springframework : spring-context-support jar
org.springframework.boot : spring-boot-devtools jar 2.5.4
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.5.4
mysql : mysql-connector-java jar 8.0.25
org.mybatis.caches : mybatis-ehcache jar 1.2.1
com.alibaba : druid-spring-boot-starter jar 1.2.5
com.baomidou : mybatis-plus-boot-starter jar 3.4.3.3
javax.validation : validation-api jar 2.0.1.Final
org.springframework.boot : spring-boot-starter-log4j2 jar 2.5.4
com.google.code.gson : gson jar 2.8.8

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.20

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0