Skip to content

Latest commit

 

History

History
80 lines (54 loc) · 1.64 KB

README.md

File metadata and controls

80 lines (54 loc) · 1.64 KB

Btx框架

自用springboot脚手架

Getting Started

JDk8+、Maven

Prerequisites

None

Installing

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>top.cheesetree.btx.framework</groupId>
                <artifactId>
                    btx-framework-dependencies
                </artifactId>
                <version>${btx.framework.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>

Running the tests

None

Break down into end to end tests

None

And coding style tests

        <dependency>
            <groupId>top.cheesetree.btx.framework</groupId>
            <artifactId>btx-framework-boot-web</artifactId>
        </dependency>
        <dependency>
            <groupId>top.cheesetree.btx.framework</groupId>
            <artifactId>btx-framework-boot-cache</artifactId>
        </dependency>

Deployment

maven deploy

Built With

  • Maven - Dependency Management

Contributing

None

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache2 License - see the LICENSE.md file for details

Acknowledgments

None