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