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
- Host: GitHub
- URL: https://github.com/srclab-projects/boat-spring-boot
- Owner: srclab-projects
- License: apache-2.0
- Created: 2020-01-06T07:37:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-17T09:19:52.000Z (almost 4 years ago)
- Last Synced: 2025-02-21T20:17:49.435Z (4 months ago)
- Topics: boat, boat-spring-boot, spring-boot
- Language: Kotlin
- Homepage: https://github.com/srclab-projects/boat-spring-boot
- Size: 449 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#  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.gitcd boat && gradle clean build
# build boat-spring-boot
git clone -b master https://github.com/srclab-projects/boat-spring-boot.gitcd 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