1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| spring:
| application:
| name: vci-${app.group:}-${app.name:}
| http:
| encoding.charset: UTF-8
| encoding.enable: true
| encoding.force: true
| aop:
| proxy-target-class: true
| jackson:
| generator:
| WRITE_NUMBERS_AS_STRINGS: true
|
| server:
| port: 8080
| undertow:
| io-threads: 2
| worker-threads: 200
| tomcat:
| uri-encoding: UTF-8
| cors:
| enabled: true
| vcispringmvc:
| enabled: true
|
|