Pinned Repositories
cloud-shop
springcloud 微服务商城
e3-h5
灰狐E3 HTML5 App
HBuildTest
HBuild新建移动APP
mahout-naive-bayes-example
shik
shik项目基于springcloud微服务搭建的分布式项目。搭建了shik-config云公共配置,通过shik-RA服务注册发现各个模块,通过shik-zuul路由转发与统一接口。并整合了包括mybatis,jpa,jedis,quartz,freemarker和layui等多个模块,支持spring-session二级域名共享session,使用了RESTful方式提供api接口
Spark_ALS
基于spark-ml,spark-mllib,spark-streaming的推荐算法实现
Spring-Cloud-AG-Admin
AG-Admin是国内首个基于Spring Cloud微服务化开发平台,具有统一授权、认证后台管理系统,其中包含具备用户管理、资源权限管理、网关API管理等多个模块,支持多业务系统并行开发,可以作为后端服务的开发脚手架。代码简洁,架构清晰,适合学习和直接项目中使用。核心技术采用Spring Boot2以及Spring Cloud Gateway相关核心组件,前端采用vue-element-admin组件。
springbootexample
springboot例子, 包含druid数据源, druid的sql监控, druid过滤, mybatis xml配置, mybatis分页插件, logback日志配置, springboot多环境配置, 发送邮件, AOP拦截, 过滤器 spring拦截器, 全局异常, 统一响应, 自定义事务, 动态数据源, 读写分离, Redis Session, redis缓存, xml注入spring boot无法扫描到的bean, actuator监控, kafka消息队列, Swagger2配置, dubbo注解方式, elasticsearch搜索引擎,
SpringCloudDemo
Spring Cloud Demo
technology-talk
汇总java生态圈常用技术框架、开源中间件,系统架构、项目管理、经典架构案例、数据库、常用三方库、线上运维等知识
gotheworld's Repositories
gotheworld/mahout-naive-bayes-example
gotheworld/Apache-Mahout-Cookbook-Example-Code
Apache Mahout Cookbook Example Code
gotheworld/cl-search
基于Solr4.9.0的搜索系统:包括Solr索引建立、Solr索引查询DUBBO接口等内容。
gotheworld/distributedLock
基于zookeeper的分布式锁的实现
gotheworld/docker-demos
Demos of Docker usage.
gotheworld/FastMessage
消息通讯框架 java nio
gotheworld/game-server
整合netty的一个nio消息服务器,封装了请求、响应、广播消息,定义了线程模型,实现了客户端与服务器及服务器与服务器间的通讯
gotheworld/GameServer
一个服务器处理框架,包括 协议处理,消息处理,持久层数据处理
gotheworld/j360-datasource
分布式数据源分表分库、读写分离应用层框架
gotheworld/JavaNetworkPrograming
Java网络编程(TCP,UDP, Socket,Channel,NIO / NIO2 , Netty高性能网络框架等技术)
gotheworld/kafka--summary
kafka学习总结,源码剖析
gotheworld/LearnZookeeper
zookeeper java client sample codes
gotheworld/maven_mahout_template
gotheworld/rule-engine
基于Drools的规则引擎,可用来作为风控系统,额度控制系统的基础组件
gotheworld/SparkLearning
Learning to write Spark examples
gotheworld/spring-redis-mq
基于 Spring 和 Redis 的分布式消息队列(MessageQueue)实现