Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/work-portal/commit/ff54f3a4c5cc3efef933d76ad5c66b742efa2faf You should set ROOT_URL correctly, otherwise the web may not work correctly.

代码提交

hangao-new
wangxy 12 months ago
parent a97ef863e7
commit ff54f3a4c5

@ -8,7 +8,7 @@ spring:
# 主库数据源
master:
#url: jdbc:postgresql://192.168.254.176:5432/work-portal?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url: jdbc:highgo://192.168.254.85:5866/work-portal?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url: jdbc:highgo://localhost:5866/work-portal?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
#username: postgres highgo
#password: Qwer@1234 Qwer@1234
username: ENC(6lCfD2O9U7Q/OtDbbDJcsQ==)

Loading…
Cancel
Save