Pinned Repositories
apollo
Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。
AutoCreateTable
auto create mysql table by annotation
awesome-algorithm
项目永久冻结,迁移至新地址:
awesome-kubernetes-notes
awesome-kubernetes-notes 🎉
book
callback-demo
java实现梯度回调demo
CallBackDemo
这是一个关于java回调的Demo
camel-exception-handlers
HTTP and JSON exception-response handlers for Apache Camel
cifojava2022-4
H2 is pure Java SQL database, which means you can embed H2 directly in your Java applications without any database installation.
K8S-1
kubernetes 学习笔记
x-imagine's Repositories
x-imagine/netty-websocket-1
a fully-functioning websocket server built on netty.
x-imagine/spmia_overview
x-imagine/shell
Linux命令行与shell脚本编程大全案例
x-imagine/dubbo-hystrix
x-imagine/shiroDemos
shiro 全套 demo 教程
x-imagine/dubbox-hystrix
为Dubbo增加Hystrix断路器
x-imagine/ShiroDemo
x-imagine/spring-security-demo
本项目是一个SpringSecurity的demo项目, 旨在演示部分使用方法。
x-imagine/mybatisGenerator
Matis逆向工程
x-imagine/Mybatis_BuildTable_V0.2
该项目架构使用的是SpringMvc+Mybatis+Maven,功能特点是通过配置model注解的方式来创建表,修改表结构,目前仅支持Mysql
x-imagine/ShiroDemo-1
Shiro权限控制框架的入门用法实例
x-imagine/shiroDemo-2
我们在这里将对一个集成了Spring MVC+Hibernate+Apache Shiro的项目进行了一个简单说明。这个项目将展示如何在Spring MVC 中使用Apache Shiro来构建我们的安全框架。
x-imagine/SpringMVC-Spring-MyBatis
SpringMVC+Spring+MyBatis+Maven
x-imagine/MapFlattener
Convert nested Maps into flat Maps and then expand them back!
x-imagine/elasticsearch-segmentspy
ElasticSearch plugin to watch segment dynamics (additions, merges, deletes)
x-imagine/NTES_MySQL_notes
网易云课堂MySQL微专业学习笔记
x-imagine/camel-exception-handlers
HTTP and JSON exception-response handlers for Apache Camel
x-imagine/SpringSecurityDemo
An example application demonstrating how to use Spring Security in a Vaadin application
x-imagine/distributed-flexible-transaction
采用Best effort 1pc + 回滚补偿机制实现的一个distributed transaction (分布式事务框架).基于dubbo rpc服务上实现。
x-imagine/elasticsearch-action-updatebyquery
ElasticSearch Update By Query action plugin
x-imagine/redis-in-action-reading-notes
我的redis in action读书笔记
x-imagine/mybatis
中文注释并附带图解架构
x-imagine/form-sql-builder-mysql
It can help you to transform search or list form sent from browser into query sql. Only use for Mysql!
x-imagine/CSV_Schema_Creation_Tool
This tool reads in CSV files and analyzes them column by column, row by row, in order to produce MySQL Databse Schema. It can connect to databases directly and create these tables or the MySQL commands can be printed to a log window and executed manually.
x-imagine/Snowflake-IdWorker
项目中需要一个分布式的Id生成器,twitter的Snowflake中这个既简单又高效
x-imagine/murmurhash-java
32 and 64 bit implementations of the non-crypto murmurhash2
x-imagine/sql2jooq
convert a regular sql query to jOOQ code
x-imagine/HystrixDemo
A Demo project to show how to use Hystrix
x-imagine/mysql-builder
a api for java that allow you builder sql string use builder class and methods
x-imagine/flake-java
Id generator based on Twitter's Snowflake