Skip to content

flowerfine/template

Repository files navigation

Gihub Actions Last commit GitHub Tag Maven Central License

Template

Project Template

Quick Start

If you're using Maven, that looks like this:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>cn.sliew</groupId>
            <artifactId>template-dependencies</artifactId>
            <version>${latest}</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

<!-- 或者 -->
<parent>
    <groupId>cn.sliew</groupId>
    <artifactId>template-spring-boot-parent</artifactId>
    <version>${latest}</version>
    <relativePath/>
</parent>

Template depends on carp-parent

TODO

docs,开发文档,启动文档,部署文档

项目结构说明

License

Template is licenced under the Apache License Version 2.0, link is here.

About

项目模板

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors