score:15
reference.conf
is a file for library developers. All properties required by the library should be mentioned there and filled with reasonable default values when possible.
application.conf
is a file for application developers. A developer can set values for properties used by libraries in case they are not the same as defaults.
Also he/she can declare his own properties and refer them from the code.
When ConfigFactory.load
is called all reference.conf
and application.conf
files are merged into one configuration and application.conf
has higher precedence.
Source: stackoverflow.com
Related Query
- Typesafe Application and Reference Config Files not Merging When Building Fat JAR
- Using Akka actors in a CRUD web application
- Reading a CSV files using Akka Streams
- How can I fix missing conf files when using shadowJar and Scala dependencies?
- IntelliJ, Akka and Configuration files
- reference.conf vs application.conf files in Akka
- How to exclude files under conf folder for distribution?
- Get Simple Remote Akka Application Running
- Akka streams: Reading multiple files
- High CPU usage through context switches in Akka application
- How can I pass my logback.xml into my akka application as a system property?
- akka threads use 100% CPU while application is idle
- Akka based Web Application Architecture
- Akka stream - Splitting a stream of ByteString into multiple files
- Building a project with mixed Scala and Java source files using Ant - illegal cyclic reference error
- Why does Akka application fail with Out-of-Memory Error while executing NLP task?
- AKKA remote (with SSL) can't find keystore/truststore files on classpath
- Akka http losing sender reference
- Akka Streams: How to group a list of files in a source by size?
- How to reference jar files after sbt publish-local
- How to achieve true application modularity using Akka in OSGi bundles?
- Running application with sbt and Akka Microkernel
- Why is my Akka application hanging after 1 to 2 days?
- AKKA receive reference to message
- reverse routing - play 2.2.x application with multiple route files
- Reading multiple Files Asynchronously using Akka Streams, Scala
- CoordinatedShutdown timeout on Akka cluster application
- Why don't Akka Streams application terminate normally?
- Spark Structured Streaming Application produces empty parquet files to Azure blob
- Sbt Assembly Include Conf Files inside the JAR
More Query from same tag
- Yield Syntax apparent inconsistency in Scala for Expresisons?
- Map word ngrams to counts in scala
- Why does Scala construct a new Tuple when unpacking a Tuple?
- Scala : Reading data from csv with columns have null values
- Scala Future Sequence Mapping: finding length?
- how to pass date value to @inputText in PlayFramework
- Scala validation - Right-biased Either
- MongoDB Casbah Query DSL $exists with $in
- How to flatmap a nested Dataframe in Spark
- How to pass arguments to spark-submit using docker
- Is there a built-in more elegant way of filtering-and-mapping a collection by element type?
- Can't run Gatling simulation - error NoSuchElementException [gatling.scala:83]
- Scala message bus implementation by Actors?
- Spark context broadcast variable throwing java.io.NotSerializableException even though its Serializable
- How to get a scala Map value, when the key is a tuple in which only the first element is known?
- Scala Tuples, Manipulating Map Data
- Why doesn't the executor memory parameter given to a spark job match with the allocated memory on yarn?
- Problems to create DataFrame from Rows containing Option[T]
- How to modify state in a task (as commands do)?
- Implementation of flatMap() for State transition
- How to use 'like' in Anorm query?
- object SparkSession is not a member of package org.apache.spark.sql
- Why does scala immutable Map apply() conform to a functional type?
- Scala for-yield with multiple conditions
- Problems with appending objects to a ListBuffer in Scala
- Spark/Scala parallel write to redis
- Creating edges based on vertices IDs spark scala
- .Reverse unable to be used within a map {case => if } Palindrome with second element
- Identify Continuous Intervals in a Scala Sequence
- How to concatenate 2 values in StringBody in Gatling version 3.5.0