16 lines
147 B
YAML
16 lines
147 B
YAML
|
|
|
||
|
|
server:
|
||
|
|
|
||
|
|
port: 8980
|
||
|
|
context-path: /js
|
||
|
|
tomcat:
|
||
|
|
uri-encoding: UTF-8
|
||
|
|
|
||
|
|
spring:
|
||
|
|
main:
|
||
|
|
banner-mode: "off"
|
||
|
|
|
||
|
|
debug: true
|
||
|
|
|
||
|
|
|