bi
IT-KIMI_SHI\SINOIT.KIMI
2018-12-07 d50f58ca67d516e8d6fdbd835f3c4f7ca4301eb4
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
systemProp.file.encoding = UTF-8
#org.gradle.jvmargs = -Xmx2048m -XX:MaxPermSize=512m
 
# include in the final war
activiti = 5.19.0
atmosphere = 2.4.2
annotationsApi = 1.2
 
cglib = 2.2.2
commonLang = 3.3.2
commonIO = 2.4
commonFileupload = 1.3.1
codec = 1.10
 
druid = 1.0.16
 
ehcache = 2.5.0
 
freemarker = 2.3.20
 
groovy = 1.8.6
guava = 16.0.1
 
h2 = 1.3.176
mysql = 5.1.37
httpclient = 4.3.6
phantomjs = 3.0.0
 
javassist = 3.20.0-GA
javaxInject = 1
javaxMail = 1.4.7
jackson2 = 2.6.3
jcifs = 1.3.17
jsonpath = 2.0.0
jodaTime = 2.9
jstlib = 1.2
 
logback = 1.1.2
 
mybatis = 3.2.8
mybatisSpring = 1.2.3
 
pinyin4j = 2.5.0
 
shiro = 1.2.3
spring = 4.2.4.RELEASE
slf4j = 1.7.5
standard = 1.1.2
 
# wont' t be include in the final war
servlet = 3.1.0
jsp = 2.3.1
jstl = 1.2.1
 
# use for springMVC test
junit = 4.11
 
# sonar system setting
sonarHostUrl = http://localhost:9000
sonarLogin = admin
sonarPassword = admin
sonarJdbcUrl = jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
sonarJdbcDriverClassName = com.mysql.jdbc.Driver
sonarJdbcUsername = root
sonarJdbcPassword = admin