Fix PDF font loading for project overview reports
This commit is contained in:
@@ -3,6 +3,10 @@ ruoyi:
|
||||
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
|
||||
profile: D:/ruoyi/uploadPath
|
||||
|
||||
ccdi:
|
||||
report:
|
||||
pdf-font-path: /System/Library/Fonts/STHeiti Medium.ttc
|
||||
|
||||
|
||||
server:
|
||||
# 服务器的HTTP端口,默认为8080
|
||||
|
||||
@@ -3,6 +3,10 @@ ruoyi:
|
||||
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
|
||||
profile: backend/uploadPath
|
||||
|
||||
ccdi:
|
||||
report:
|
||||
pdf-font-path: /usr/share/fonts/truetype/wqy/wqy-microhei.ttc
|
||||
|
||||
|
||||
# 开发环境配置
|
||||
server:
|
||||
|
||||
@@ -3,6 +3,10 @@ ruoyi:
|
||||
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
|
||||
profile: backend/uploadPath
|
||||
|
||||
ccdi:
|
||||
report:
|
||||
pdf-font-path: /usr/share/fonts/truetype/wqy/wqy-microhei.ttc
|
||||
|
||||
|
||||
# 开发环境配置
|
||||
server:
|
||||
@@ -31,9 +35,9 @@ spring:
|
||||
druid:
|
||||
# 主库数据源
|
||||
master:
|
||||
url: jdbc:mysql://158.234.199.250:3306/ccdi?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
username: dbicm
|
||||
password: Kfcx@1234
|
||||
url: jdbc:mysql://64.116.19.156:3306/ccdi?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
username: lx_ai
|
||||
password: lx-ai@9520
|
||||
# 从库数据源
|
||||
slave:
|
||||
# 从数据源开关/默认关闭
|
||||
@@ -88,7 +92,7 @@ spring:
|
||||
# redis 配置
|
||||
redis:
|
||||
# 地址
|
||||
host: r-kz640f6b20dac724.redis.rds.ops.dc-tst-zj96596.com
|
||||
host: 64.116.19.155
|
||||
# 端口,默认为6379
|
||||
port: 6379
|
||||
# 数据库索引
|
||||
@@ -111,10 +115,8 @@ spring:
|
||||
# 流水分析平台配置
|
||||
lsfx:
|
||||
api:
|
||||
|
||||
base-url: http://158.234.196.5:82/c4c3
|
||||
# 生产环境
|
||||
# base-url: http://64.202.32.176/c4c3
|
||||
base-url: http://64.202.32.176/c4c3
|
||||
|
||||
# 认证配置
|
||||
app-id: remote_app
|
||||
@@ -143,4 +145,4 @@ lsfx:
|
||||
|
||||
credit-parse:
|
||||
api:
|
||||
url: http://192.168.0.111:62320/xfeature-mngs/conversation/htmlEval
|
||||
url: http://64.202.94.120:8081/xfeature-mngs/conversation/htmlEval
|
||||
|
||||
@@ -3,6 +3,10 @@ ruoyi:
|
||||
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
|
||||
profile: backend/uploadPath
|
||||
|
||||
ccdi:
|
||||
report:
|
||||
pdf-font-path: /usr/share/fonts/truetype/wqy/wqy-microhei.ttc
|
||||
|
||||
|
||||
# 开发环境配置
|
||||
server:
|
||||
|
||||
Reference in New Issue
Block a user