spring:
  data:
    mongodb:
      database: Productsdb
      host: localhost
      port: 27017


server:
  port: 9292