提交 3c30df28 authored 作者: 133's avatar 133

[文件模版] 代码提交

上级 b2dd7a69
...@@ -33,6 +33,7 @@ import java.util.stream.Collectors; ...@@ -33,6 +33,7 @@ import java.util.stream.Collectors;
public class JavaToPdfHtmlFreeMarker { public class JavaToPdfHtmlFreeMarker {
@Value("${file.path}") @Value("${file.path}")
public String url; public String url;
@Value("${preview.path}") @Value("${preview.path}")
public String preview; public String preview;
private static final Map<Integer,String> MAP= new HashMap<Integer, String>() { private static final Map<Integer,String> MAP= new HashMap<Integer, String>() {
......
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<title>Document</title> <title>Document</title>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论