You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/paradox/about.md
+86-1Lines changed: 86 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,89 @@ The typesafe config itself is marked as a 'provided' dependency, so to use this
4
4
5
5
The core is simply to convert an Array\[String\] to a Config where the arguments are either paths to configuration resources or simple key=value pairs.
6
6
7
-
Left-most arguments take precedence. In this example, we assume 'prod.conf' is a resource on the classpath:
0 commit comments