You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
536 B
15 lines
536 B
quarkus.http.port=22802
|
|
#quarkus.log.level=DEBUG
|
|
quarkus.log.file.encoding=UTF-8
|
|
|
|
ocr.service.provider=http://ocr.ciduid.top
|
|
|
|
graduate.max-retry-times=4
|
|
|
|
# 打包成jar时附带依赖
|
|
quarkus.package.type=uber-jar
|
|
|
|
# 原生镜像编译附加参数,去掉后编译会失败
|
|
# 但也只是能编译完成,目前的编译产物完全不可用,有非常多的严重bug
|
|
# 现阶段使用jar运行,启动效率虽不如原生程序,但速度尚可
|
|
quarkus.native.additional-build-args=--initialize-at-run-time=cn.wustlinghang.mywust |