hzsparrow-framework-utils-autoconfigure

hzsparrow-framework-utils-autoconfigure for Spring Boot

License

License

Categories

Categories

Auto Application Layer Libs Code Generators config Configuration
GroupId

GroupId

com.hzsparrow.framework
ArtifactId

ArtifactId

hzsparrow-framework-utils-autoconfigure
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

hzsparrow-framework-utils-autoconfigure
hzsparrow-framework-utils-autoconfigure for Spring Boot
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/hzsparrow-framework-utils-autoconfigure
Source Code Management

Source Code Management

https://github.com/HellerZhang/hzsparrow-framework

Download hzsparrow-framework-utils-autoconfigure

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.hzsparrow.framework : hzsparrow-framework-utils jar 1.0.1
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.1.9.RELEASE

Project Modules

There are no modules declared in this project.

hzsparrow-spring-boot

介绍

基于SpringBoot的hzsparrow工具,麻雀虽小五脏俱全。致力于打造解决实际开发中遇到的大量简单问题,给出较为通用的解决方式,以及提供多种可以方便开发的工具类。用最少的代码解决开发问题是我们的最高最求。

软件架构

hzsparrow-spring-boot基于spring-boot2.1.9版本,想提升版本的同学,可自行在hzsparrow-framework-parent项目中修改版本依赖。

安装教程

目前hzsparrow-spring-boot发布了SNAPSHOT版本到一个Maven私服,需要的可以私信我。 自己比较懂Maven的,可自行打包。

使用说明

在项目的pom文件中引入hzsparrow-framework-spring-boot-starter即可

<groupId>com.hzsparrow.framework</groupId>
    <artifactId>hzsparrow-framework-spring-boot-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>

目前支持 阿里大于sms,在项目配置文件中配置阿里大于相关配置

hzsparrow:
    aliyunsms:
        access-key-id: 
        access-secret: 
文件上传下载工具
hzsparrow:
    fileupload:
        serverType: local
        local:
            rootPath:
            secondPath: 
具体配置可自行查看配置描述

参与贡献

1、

Versions

Version
1.0.1
1.0.0