企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 框架集成 如果Spring,则只需要引入 ```xml <dependency> <groupId>com.ibeetl</groupId> <artifactId>sql-spring</artifactId> <version>${version}</version> </dependency> ``` 如果是Spring Boot,则只需要引入 ```xml <dependency> <groupId>com.ibeetl</groupId> <artifactId>sql-springboot-starter</artifactId> <version>${version}</version> </dependency> ``` 如果是JFinal,则只需要引入 ```xml <dependency> <groupId>com.ibeetl</groupId> <artifactId>sql-jfinal</artifactId> <version>${version}</version> </dependency> ``` 如果是solon,则只需要引入 ```xml <dependency> <groupId>com.ibeetl</groupId> <artifactId>sql-solon-plugin</artifactId> <version>${version}</version> </dependency> ``` 关于集成代码和实例,可参考sql-integration模块下的单元测试,以Spring Boot为例子,可以查看`org.beetl.sql.springboot.simple.SimpleApplication`,或者多数据源例子`org.beetl.sql.springboot.dynamic.DynamicApplication`