-
Notifications
You must be signed in to change notification settings - Fork 1
/
._jbolt.properties
87 lines (68 loc) · 1.99 KB
/
._jbolt.properties
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
76
77
78
79
80
81
82
83
84
85
86
87
#JBolt Config Gen by jbolt
#JBolt project database config--------------------------------
dbType=mysql
dbname=dec
jdbcUrl =jdbc:mysql://127.0.0.1:3306/dec?characterEncoding=utf8&useSSL=false&zeroDateTimeBehavior=convertToNull
user = root
password =123
devMode =true
engineDevMode=false
#Jbolt project config--------------------------------
projectType=normal
projectName=Decoration
projectPath=E:/MyMajor/myeclipse/Decoration
groupId=
artifactId=
version=
packaging=jar
packagFormat=zip
mainPkg=com.lj
jfinalConfigClassName=MainConfig
jfinalConfigClassFullName=com.lj.common.config.MainConfig
jfinalConfigClassPath=/src/com/lj/common/config/MainConfig.java
webxmlPath=/WebRoot/WEB-INF/web.xml
methodMain=true
injectDependency=true
useDefaultViewPath=true
baseViewPath=/
baseUploadPath=upload/temp/
baseDownloadPath=download
viewType=ViewType.JFINAL_TEMPLATE
dbplugin=DruidPlugin
canUseUnion=false
jsonFactory=MixedJsonFactory
needIndexController=false
adminRoutes=true
frontRoutes=false
apiRoutes="""""""""""""""""false
otherRoutes=
#JBolt model gen config--------------------------------
modelPackageName=com.lj.common.model
baseModelPackageName=com.lj.common.model.base
generateDaoInModel=true
generateChainSetterInBaseModel=true
generateDataDictionary=false
removedTableNamePrefixes=
#server config--------------------------------
serverType=jetty
jettyPort=8080
homeUrl=http://localhost:8080
#JBolt Class gen config--------------------------------
controller_name=Controller
controller_superClass =com.jfinal.core.Controller
controller_superInterface =
model_name=
model_superClass =com.jfinal.plugin.activerecord.Model<M>
model_superInterface =
service_name=
service_superClass =
service_superInterface =
handler_name=Handler
handler_superClass =com.jfinal.handler.Handler
handler_superInterface =
interceptor_name=Interceptor
interceptor_superClass =
interceptor_superInterface =com.jfinal.aop.Interceptor
validator_name=Validator
validator_superClass =com.jfinal.validate.Validator
validator_superInterface =