You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.6 KiB
67 lines
1.6 KiB
app:
|
|
root-path: './'
|
|
|
|
mybatis:
|
|
enable: true
|
|
watcher: true
|
|
interval: 1s
|
|
locations:
|
|
- fileType: filesystem
|
|
location: './yvan-lcc-bench/servo/src/main/java'
|
|
filter: '**/*.xml'
|
|
#- fileType: jar
|
|
# location: 'classpath*:com/yvan/workbench/**/*.xml'
|
|
# filter: ''
|
|
|
|
jdbc:
|
|
enable: true
|
|
default-name: 'default'
|
|
data-source:
|
|
default:
|
|
jdbc-url: jdbc:p6spy:mysql://180.100.199.56:8306/rcs2_tw_zhanghui
|
|
username: rcs2_tw_zhanghui
|
|
password: Rcs2_tw_zhanghui
|
|
minimum-idle: 2
|
|
maximum-pool-size: 100
|
|
connection-test-query: 'select 1 from dual'
|
|
|
|
redis:
|
|
enable: true
|
|
default-name: 'default'
|
|
data-source:
|
|
default:
|
|
mode: standalone
|
|
standalone:
|
|
host: '180.100.199.56'
|
|
port: 6379
|
|
database: 0
|
|
password: 'yxt123456'
|
|
|
|
web:
|
|
resources:
|
|
enable: true
|
|
mappings:
|
|
- hosted-path: '/'
|
|
location: './yvan-lcc-bench/servo/src/main/resources/static'
|
|
mvc:
|
|
path: '/api/'
|
|
http-method: [ 'POST', 'GET' ]
|
|
package-mapping:
|
|
- path-prefix: '/workbench'
|
|
package-prefix: 'com.yvan.workbench.controller'
|
|
allow-packages:
|
|
- 'com.yvan.workbench.controller.'
|
|
transactional-def-datasource: [ ]
|
|
def-transactional:
|
|
datasource: [ ]
|
|
timeout: -1
|
|
read-only: false
|
|
hot-reload:
|
|
enable: true
|
|
# watchFile: './build/.hotReload'
|
|
interval: 1s
|
|
exclude-packages: [ ]
|
|
exclude-classes: [ ]
|
|
locations:
|
|
- './yvan-lcc-bench/servo/out/production/classes'
|
|
#- './yvan-lcc-bench/servo/build/classes/java/main'
|
|
|