application.yml
1.15 KB
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
server:
port: 8008
spring:
datasource:
username: SZJXTUSER
password: xst200919
url: jdbc:sqlserver://60.190.202.57:14333;database=SmartPaike
# username: szjxtuser
# password: RQminVCJota3H1u8bBYH
# url: jdbc:sqlserver://116.62.155.137:33419;database=SmartCampus_java
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
filters: stat
maxActive: 20
initialSize: 1
maxWait: 60000
minIdle: 1
timeBetweenEvictionRunsMillis: 60000
minEvictableIdleTimeMillis: 300000
validationQuery: select 'x'
testWhileIdle: true
testOnBorrow: false
testOnReturn: false
poolPreparedStatements: true
maxOpenPreparedStatements: 20
mybatis:
mapper-locations: classpath:mapping/*.xml
type-aliases-package: com.jevon.model
#pagehelper
pagehelper:
helperDialect: mysql
reasonable: true
supportMethodsArguments: true
params: count=countSql
#logger
Logger:
level:
com.jevon.mapper: info
remoting:
url: http://60.190.202.57:1000
prefixFile: F://wwwroot//smartcampus
# url: http://campus.myjxt.com
# prefixFile: E://wwwhtdocs//SmartCampus