开发环境简单配置

  1. #指定端口
  2. server.port: 5601
  3. #指定host
  4. server.host: "localhost"
  5. #指定es host
  6. elasticsearch.hosts: ["http://localhost:9200"]
  7. #指定语言
  8. i18n.locale: "zh-CN"