File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 66.github /workflows /*
77gradle /**
88** /build.gradle.kts
9- ** /settings.gradle.kts
9+ ** /settings.gradle.kts
10+ gradle /**
11+ gradlew
12+ gradlew.bat
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Explore the API, there is much more to configure.
5656
5757#### Config merging order
5858
59- Application configuration sources are merged into a single config object
59+ Application configuration sources are merged into a single config object
6060according to the following order:
6161
6262- base config
@@ -97,7 +97,7 @@ Config config = new ConfigLoader()
9797 .loadConfig();
9898// loads config with prod profile
9999// Output : {application={port=80, name=best-app}}
100-
100+
101101Config config = new ConfigLoader()
102102 .aArgs("--port", "7071")
103103 .loadConfig();
You can’t perform that action at this time.
0 commit comments