近期因为公司订单系统大多为定时任务轮寻,执行速度依赖于定时任务执行速度,希望能够改造成实时处理,
所以我决定引入MQ同时使用Spring State Machine,来拆分业务与状态和数据之间的耦合

Continue reading

Exceptions

in Java

在Java程序开发中,会遇到各种异常,常见的NullPonitException(NPE),IllegalArgumentException等等,Java的优雅之处,很大一部分就在于这些刚开始看着头痛的异常中,一起来了解下

Continue reading

仿写Spring IOC

in Spring

发现是好久都没有写博客了,不得不说有时候工作真的是温水煮青蛙。而且现在框架层出不穷,在技术浪潮里,找到一条路变得比学习新技术更为重要

—Eddie Lee

Continue reading

Dynamic Proxy

in Java

动态代理理论及Mybatis实战
动态代理在我们平时编程并不常用,但因为Spring AOP以及大量框架均使用动态代理机制。
所以必须要掌握。

Continue reading

Java-Annotation

in Java

Annotation
I want to learn is by Spring @bean,Want to know how it work.
But toke a long time in busy.
Until today,There is my notes about Annotation.

Continue reading
  • page 1 of 1
Author's picture

Eddie Lee

author.bio


author.job


浙江