https://github.com/cuigh/lark
Simple Java framework based on Spring Boot
https://github.com/cuigh/lark
Last synced: 7 months ago
JSON representation
Simple Java framework based on Spring Boot
- Host: GitHub
- URL: https://github.com/cuigh/lark
- Owner: cuigh
- Created: 2018-10-11T04:02:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-12T11:43:19.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T10:25:47.067Z (8 months ago)
- Language: Java
- Size: 174 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lark
```
_.----._
,'.::.--..:._
/::/_,-;._.:._.;,-=_(.-' __ `._
,;' _..-(((('' .,-'' `-._
_,'<.-'' _..``'.'`-'`. `
_.-((((_..--'' \ \ `.`.
-' _.``' \ `
,'
```**Lark** is a simple Java framework based on Spring Boot.
## 模块说明
* lark-core: 常用组件、工具类和语言扩展
* lark-net: 网络通讯服务
* lark-pb: Protocol Buffer 序列化支持
* lark-db: 数据库访问相关组件
* lark-web: Web 相关组件
* lark-task: 分布式任务调度(基于[Skynet](https://github.com/cuigh/skynet))
* lark-msg: 消息队列
* lark-autoconfigure: 自动配置