An open API service indexing awesome lists of open source software.

https://github.com/srclab-projects/boat-spring-boot

SrcLab Core Libraries for Spring Boot
https://github.com/srclab-projects/boat-spring-boot

boat boat-spring-boot spring-boot

Last synced: 2 months ago
JSON representation

SrcLab Core Libraries for Spring Boot

Awesome Lists containing this project

README

        

# ![](logo.svg) Boat Spring Boot: SrcLab Core Libraries for Spring Boot

## Documentation:

- AsciiDoc:
* [English](docs/DOCUMENTATION_en.adoc)
* [简体中文](docs/DOCUMENTATION_zh.adoc)
- Markdown:
* [English](docs/DOCUMENTATION_en.md)
* [简体中文](docs/DOCUMENTATION_zh.md)
- HTML:
* [English](docs/DOCUMENTATION_en.html)
* [简体中文](docs/DOCUMENTATION_zh.html)
- DocBook:
* [English](docs/DOCUMENTATION_en.xml)
* [简体中文](docs/DOCUMENTATION_zh.xml)

More see [docs/](docs/)

## Build

This project depends on [boat](https://github.com/srclab-projects/boat), you may:

```shell
# build boat
git clone -b master https://github.com/srclab-projects/boat.git

cd boat && gradle clean build

# build boat-spring-boot
git clone -b master https://github.com/srclab-projects/boat-spring-boot.git

cd boat-spring-boot && gradle clean build
```

**Note:**

* Some properties should be configured if you want to enable publish to remote, see publish info part
of [build.gradle](build.gradle)

## Join

* [email protected]
* https://github.com/srclab-projects/boat-spring-boot
* QQ group: 566185308

## License

[Apache 2.0 license][license]

[license]: https://www.apache.org/licenses/LICENSE-2.0.html