18 lines
185 B
YAML
18 lines
185 B
YAML
spring:
|
|
|
|
profiles:
|
|
active: default
|
|
|
|
main:
|
|
banner-mode: "off"
|
|
|
|
server:
|
|
|
|
port: 8980
|
|
context-path: /js
|
|
tomcat:
|
|
uri-encoding: UTF-8
|
|
|
|
debug: true
|
|
|