Files
my-worker/web/src/main/resources/config/application.yml

16 lines
181 B
YAML

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