bootstrap.yml 189 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
server:
  port: 8092

spring:
  application:
    name: zlt-websocket
  main:
    allow-bean-definition-overriding: true

zlt:
  security:
    ignore:
      httpUrls: >
        /websocket/**