Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alpha2j/microservice-boot

An archetype for your microservice startup.
https://github.com/alpha2j/microservice-boot

Last synced: about 1 month ago
JSON representation

An archetype for your microservice startup.

Awesome Lists containing this project

README

        

An archetype for your microservice startup.
# how to publish to maven central
1. commented line: `microservice-boot-maven-archetype-quickstart`
2. go to the project root and then execute: `mvn clean deploy -P release_central`

# todo
- [ ] 日志文件的标准化
- [ ] 异常处理
- [ ] http接口response结构的标准化
- [ ] redis依赖处理:连接、缓存、锁
- [ ] zookeeper依赖处理:连接
- [ ] sofa-rpc的注册与发现标准化配置