Commit cd60d6a2 by hy

.

parent 2976ebf9
......@@ -6,7 +6,7 @@
<groupId>com.tbyf.license</groupId>
<artifactId>license-generator</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.0.1</version>
<properties>
<maven.compiler.source>8</maven.compiler.source>
......
......@@ -14,10 +14,10 @@ class LicenseGeneratorTest {
LicenseGenerator licenseGenerator = new LicenseGenerator();
licenseGenerator.generate(
LicenseParams.builder()
.licensePath("hip.lic")
.licensePath("xyz.lic")
.validity(3)
// .expirationDate(toDate("2024-01-11 15:12:00"))
.MAC("00-50-56-C0-00-08")
.MAC("CC-F9-E4-97-CA-48,CC-F9-E4-97-CA-49, CC-F9-E4-97-CA-50")
.build());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment