diff --git a/V3.0.md b/V3.0.md index 330fb29833..2ac9f7859a 100644 --- a/V3.0.md +++ b/V3.0.md @@ -17,6 +17,11 @@ * 移除 @Before、@After 改由 context.beanHandlerBeforeAdd 和 context.beanHandlerAfterAdd * 移除 @Dao,@Service,@Repository,@ProxyComponent (统一 @Component [支持自动代理]) * +* 简化 快捷组合包(发现委有多人乱用了),只留三个基础的: + * solon-lib + * solon-web + * solon-job +* ### 2. 编码风格草案