-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jim Van Fleet
committed
Nov 8, 2016
1 parent
ccae021
commit cf1e7c4
Showing
2 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| ######################################## | ||
| ## Config chaining hierarchy | ||
| ######################################## | ||
|
|
||
| # comma separated config files that override each other (files on the right override the left) | ||
| # each should start with file: or classpath: | ||
| # e.g. classpath:grouper.hibernate.base.properties, file:c:/temp/myFile.properties | ||
| grouper.hibernate.config.hierarchy = classpath:grouper.hibernate.base.properties, classpath:grouper.hibernate.properties, file:/opt/etc/grouper.hibernate.properties |