Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
根据您使用的
Depending on yourJDK/Java
used,
select the correct bit architecture选择正确的格式 (x86
or或 x64),
make a reference to it under the variable named在 joget-start.bat 文件中配置变量 -Djava.library.path
from your joget-start.bat file. Example. 例如:-
Code Block |
---|
set JAVA_OPTS=-XX:MaxPermSize=128m -Xmx512M -Dwflow.home=./wflow/ -Djava.library.path=E:/Downloads/sqljdbc_4.0.2206.100_enu/sqljdbc_4.0/enu\/auth/x86 |
编辑数据库配置文件. 修改 workflowUrl 属性.
添加 "integratedSecurity=true"
属性.
Example例如:-
Code Block |
---|
workflowUrl=jdbc\:sqlserver\://192.168.2.213\:1433;DatabaseName\=jwdb;integratedSecurity\=true |
...