https://github.com/comsince/source_code_analysis_case
源码分析案例代码
https://github.com/comsince/source_code_analysis_case
Last synced: 8 months ago
JSON representation
源码分析案例代码
- Host: GitHub
- URL: https://github.com/comsince/source_code_analysis_case
- Owner: comsince
- Created: 2019-01-18T01:43:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T03:24:34.000Z (over 3 years ago)
- Last Synced: 2025-01-06T06:44:13.795Z (over 1 year ago)
- Language: Java
- Size: 342 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 源码分析案例代码
* __mybatis-exmaple__
* __mybatis-spring__
**NOTE:** 请事先建立号对应的数据库
## Sharding-Jdbc
* __sharding-jdbc__
* __sharding-jdbc-mybatis__
sharding集成使用mybatis框架,主要是构造数据源供mybatis使用
* __sharding-jdbc-mybatis-springboot__
spring 集成mybatis-sharding jdbc
### transaction
* __sharding-jdbc-transaction__
* __sharding-jdbc-mybatis-transaction__
* __sharding-jdbc-mybatis-springboot-transaction__
### t-io
* 网络框架,原始版本来源于[t-io](https://github.com/tywo45/t-io)
### elastic-job
* 分布式调度框架,主要采用quartz作为单击任务调度基础,结合 zookeeper的配置托管实现任务分片执行,失效转移等特性
### Netty Example
* 基于Netty实现的长连接客户端
## maven 创建项目
```shell
mvn archetype:generate -DgroupId=com.comsince.github -DartifactId=push-connector-DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
```