All Downloads are FREE. Search and download functionalities are using the official Maven repository.

play.play-java_2.13.2.9.6.source-code.reference.conf Maven / Gradle / Ivy

The newest version!
# Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. 

play {
  modules {
    enabled += "play.inject.BuiltInModule"
    enabled += "play.core.FileMimeTypesModule"
    enabled += "play.core.ObjectMapperModule"
    enabled += "play.routing.RoutingDslModule"
  }
}

akka.serialization.jackson.play {
  # The "play" ObjectMapper uses the default Jackson Modules configured in akka.serialization.jackson.jackson-modules
  # but also must use "play.utils.JacksonJsonNodeModule".
  # Note: the syntax ${reference.to.an.array} ["another-value"] is lightbend config for concatenating arrays.
  jackson-modules = ${akka.serialization.jackson.jackson-modules} ["play.utils.JacksonJsonNodeModule"]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy