FIX: create uuid-state file in user's home directory (#1598)

This commit is contained in:
Roland Praml
2019-01-08 22:37:42 +13:00
committed by Rob Bygrave
parent 3108076953
commit 0b6e73d729
@@ -366,9 +366,10 @@ public class ServerConfig {
private UuidVersion uuidVersion = UuidVersion.VERSION4;
/**
* The UUID state file (for Version 1 UUIDs).
* The UUID state file (for Version 1 UUIDs). By default, the file is created in
* ${HOME}/.ebean/${servername}-uuid.state
*/
private String uuidStateFile = "ebean-uuid.state";
private String uuidStateFile;
/**
* The clock used for setting the timestamps (e.g. @UpdatedTimestamp) on objects.