vince
2024-10-14 acca8bb7ea9bb6cec14feb3f8eeb7dc3316ab888
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
core.runMode=debug
 
model.root=classpath*:models
view.root=classpath:
view.clientSideCache.defaultMaxAge=86400
 
view.javaScript.charset=UTF-8
view.styleSheet.charset=UTF-8
#urule.repository.dir=D:/fpms/v1/repo
#urule.knowledgePackageFileStorePath=D:/fpms/v1/repo
#urule.knowledgeUpdateCycle=1
#urule.debug=false
#urule.repository.datasourcename=uruleTestDS
#urule.repository.databasetype=mysql
urule.resporityServerUrl=
urule.dateFormat=
urule.dynamicJarsPath=
urule.tempStorePath=
urule.defaultHtmlFileDebugPath=
urule.debugToFile=false
urule.pullServerUser=!_u_r_u_l_e
urule.pullServerPwd=@_urule_c_p__
urule.dynamicJarsRemoteLoadInterval=0
urule.enableActivePendedGroupAndExecute=false
urule.flowForkMultiThread=false
urule.trimFunctionDisabled=false
urule.stringLengthFunctionDisabled=false
urule.absFunctionDisabled=false
urule.avgFunctionDisabled=false
urule.maxFunctionDisabled=false
urule.maxValueFunctionDisabled=false
urule.minFunctionDisabled=false
urule.minValueFunctionDisabled=false
urule.sumFunctionDisabled=false
urule.countFunctionDisabled=false
urule.updateFactFunctionDisabled=false
urule.expFunctionDisabled=false
urule.lnFunctionDisabled=false
urule.sinFunctionDisabled=false
urule.cosFunctionDisabled=false
urule.tanFunctionDisabled=false
urule.insertFactFunctionDisabled=false
urule.enabledActiveElseRule=true
urule.knowledgeSyncCheck=false
urule.spaceToZero=false
urule.subPropertyNotExistToNull=false
urule.security.companyId=
urule.constant.link=
urule.variable.link=
urule.authority.type=
urule.welcomePage=
urule.logout.url=
urule.security.enable=
urule.repository.xml=
urule.repository.datasourcename=
urule.repository.databasetype=
urule.repository.databaseCluster=true
 
 
 
#urule 4.0 ???
urule.home=d:/app/urule/home
#\u7CFB\u7EDF\u81EA\u52A8\u751F\u6210\u7684\u914D\u7F6E\u6587\u4EF6
#Mon Feb 19 09:53:05 CST 2024
urule.store.database.driver=com.mysql.jdbc.Driver
urule.store.database.password=Abc123..
urule.config.type=jdbc
urule.store.database.validationQuery=select 1
urule.store.database.maxIdle=10
urule.store.database.initialsize=0
urule.store.database.platform=mysql
urule.store.database.maxTotal=10
urule.store.database.username=root
urule.store.database.url=jdbc\:mysql\://localhost\:3306/fpmsv1_test?useUnicode\=true&characterEncoding\=UTF-8&useSSL\=false
urule.store.database.minIdle=0