beetle与springboot整合与高级应用
# beetle与springboot整合
# 1、pom文件引GVA
<!-- https://mvnrepository.com/artifact/com.ibeetl/beetl-framework-starter -->
<dependency>
<groupId>com.ibeetl</groupId>
<artifactId>beetl-framework-starter</artifactId>
<version>1.2.38.RELEASE</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.ibeetl/sql-springboot-starter -->
<dependency>
<groupId>com.ibeetl</groupId>
<artifactId>sql-springboot-starter</artifactId>
<version>3.4.3-RELEASE</version>
</dependency>
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
# 2、写yarml或properties配置
# 3、写配置文件
源码:com.ibeetl.starter.BeetlTemplateConfig
几乎可以不用写配置,引入starter即可用
参考作者的项目: https://gitee.com/xiandafu/springboot-plus