Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alpha2j/microservice-boot
- Owner: Alpha2J
- License: apache-2.0
- Created: 2024-02-27T15:34:21.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-02T16:23:59.000Z (10 months ago)
- Last Synced: 2024-10-16T05:47:01.039Z (3 months ago)
- Language: Java
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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的注册与发现标准化配置