solon
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon</artifactId>
</dependency>
1、描述
内核模块,是所有 Solon 插件的基础依赖(Solon强调微内核
+强扩展
的模式)
- Ioc/Aop 容器接口
- Plugin 扩展接口
- Handler + Context 操作接口
- 等...
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon</artifactId>
</dependency>
内核模块,是所有 Solon 插件的基础依赖(Solon强调微内核
+强扩展
的模式)