oops, left this on
This commit is contained in:
parent
bcbf3ed675
commit
2ff0dc7ff5
@ -43,11 +43,14 @@ public final class LicenseService {
|
|||||||
|
|
||||||
@PostConstruct
|
@PostConstruct
|
||||||
public void onInitialize() {
|
public void onInitialize() {
|
||||||
String key = RandomUtils.generateLicenseKey();
|
// TODO: remove this and make it either
|
||||||
log.info(create(key,
|
// a test, or a route to gen a license
|
||||||
"CloudSpigot",
|
System.out.println("SALT - " + BCrypt.gensalt());
|
||||||
"Testing " + Math.random(), Integer.MAX_VALUE, Integer.MAX_VALUE).toString());
|
// String key = RandomUtils.generateLicenseKey();
|
||||||
System.out.println("key = " + key);
|
// log.info(create(key,
|
||||||
|
// "CloudSpigot",
|
||||||
|
// "Testing " + Math.random(), Integer.MAX_VALUE, Integer.MAX_VALUE).toString());
|
||||||
|
// System.out.println("key = " + key);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user