|
|
@ -43,7 +43,7 @@ public class PdfFormUtils { |
|
|
|
private static final Gson gson = new Gson(); |
|
|
|
|
|
|
|
// 本地使用调试字体路径 |
|
|
|
private static final String TEST_FONT_PATH = "/Users/tanzs/Documents/fonts/simsun.ttc,0"; |
|
|
|
private static final String TEST_FONT_PATH = "./jeecg-module-system/jeecg-system-start/src/main/resources/fonts/simsun.ttc,0"; |
|
|
|
|
|
|
|
// TODO 环境变量获取文字路径,重新部署需要复制 resource 下的字体文件到指定路径 |
|
|
|
@Value(value = "${jeecg.path.fonts}") |
|
|
|