1.properties

server.port=9000
server.servlet.context-path=/shop

2.yaml

server:
  port: 9000
  servlet:
    context-path: /shop

在线转换网址:在线yaml转properties-在线properties转yaml-ToYaml.com