hello-world-mongo.yml 236 B

123456789101112131415161718
  1. server:
  2. type: simple
  3. applicationContextPath: /
  4. connector:
  5. type: http
  6. port: 9090
  7. useServerHeader: true
  8. requestLog:
  9. appenders: []
  10. logging:
  11. appenders: []
  12. mongo:
  13. host: 127.0.0.1
  14. port: 27017
  15. db: hello_world