freeMarker导出word富文本带图片或者指定目录下的图片
1.maven导入需要的jar包
<!-- 引入freeMarker的依赖包. -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-freemarker</artifactId>
</dependency>
<!-- https://mvnreposito
原创
2020-09-04 16:18:08 ·
3931 阅读 ·
0 评论