Pinned Repositories
blog_admin_bean
完整的后台管理框架,包含相关的权限管理以及后台页面。
FunnySpider
提供一些知乎的API,写了个爬取知乎某答案的图片的示例。
IMCAHelper
以前大学为打游戏用C++写的小助手,由于对战平台迭代已经失效。现用Java重写。
mybatis-spring-boot-starter
pagination & druid & mybatis for multi datasources(event different dialects),all in one strarter~
open_wx
微信公众号开发~实现菜单创建和响应,基本上就是一般公众号的功能。基于maven,Spring与springMVC,后续可以集成Mybatis之类的框架进行业务逻辑和持久层的开发,具有较强的可扩展性,解决springMVC下的中文乱码问题。
spark_spring_boot_demo
一个基于Spring Boot的Spark开发手脚架(Java+Scala),开箱即用!模拟了1个WordCount和TopN的例子。
spring-cloud-demo
较为完整的分布式多实例演示(主要体现在高可用、负载均衡、横向扩展):配置中心,监控,服务注册与发现,网关,微服务调用,还差熔断器的验证。
spring_boot_demo
multi datasource+mybatis+encypt/decypt props+log4j2 with yml settings
storm_spring_boot_demo
一个基于Spring Boot的Storm开发手脚架,开箱即用!集成读写Kafka、写Redis、写MySQL示例。
Paleozoic's Repositories
Paleozoic/storm_spring_boot_demo
一个基于Spring Boot的Storm开发手脚架,开箱即用!集成读写Kafka、写Redis、写MySQL示例。
Paleozoic/spark_spring_boot_demo
一个基于Spring Boot的Spark开发手脚架(Java+Scala),开箱即用!模拟了1个WordCount和TopN的例子。
Paleozoic/FunnySpider
提供一些知乎的API,写了个爬取知乎某答案的图片的示例。
Paleozoic/mybatis-spring-boot-starter
pagination & druid & mybatis for multi datasources(event different dialects),all in one strarter~
Paleozoic/spring-cloud-demo
较为完整的分布式多实例演示(主要体现在高可用、负载均衡、横向扩展):配置中心,监控,服务注册与发现,网关,微服务调用,还差熔断器的验证。
Paleozoic/spring_boot_demo
multi datasource+mybatis+encypt/decypt props+log4j2 with yml settings
Paleozoic/IMCAHelper
以前大学为打游戏用C++写的小助手,由于对战平台迭代已经失效。现用Java重写。
Paleozoic/open_wx
微信公众号开发~实现菜单创建和响应,基本上就是一般公众号的功能。基于maven,Spring与springMVC,后续可以集成Mybatis之类的框架进行业务逻辑和持久层的开发,具有较强的可扩展性,解决springMVC下的中文乱码问题。
Paleozoic/blog_admin_bean
完整的后台管理框架,包含相关的权限管理以及后台页面。
Paleozoic/dubbox
fork自dubbox,目前个人做一些维护和功能扩展。
Paleozoic/editor.md.local
一个fork自editor.md的markdown编辑器,简单修改使其可以本地运行。
Paleozoic/HBaseORM
It is a hbase ORM client.
Paleozoic/how-spring-works
Paleozoic/JsonEditor
Paleozoic/paleozoic
Paleozoic/Paleozoic.github.io
something
Paleozoic/shiro-spring-boot-starter
it is easy to use shiro for rest api ~ quick start ~ base on spring boot 2.x
Paleozoic/spark_ml
挖个坑,待填……
Paleozoic/spark_streaming_sping_boot_demo
暂定为遥遥无期的计划…………
Paleozoic/spring-boot-starter-demo
We can just import two spring boot starters to easily build a project with shiro RBAC configuration and multi-datasources(also multi-dialects) configuration. What we should do is to implemente the interface `com.maxplus1.access.starter.config.shiro.rbac.service.IShiroService` and to edit the file `application.yml`. The starters depend on `Druid`,`Shiro` and `MyBatis`.
Paleozoic/spring_boot_dubbox_demo
该项目集成了Spring Cloud Config Center、dubbox、Spring Boot Admin以及Monitor,全Maven+Spring Boot构建。
Paleozoic/zuul-oauth2
通过oauth2服务获取验证Token,通过zuul做网关对请求做权限拦截,数据拦截。