更新README.MD

This commit is contained in:
aoshiguchen
2022-09-11 14:40:57 +08:00
parent 6b5742970f
commit f990c9b01d
7 changed files with 28 additions and 39 deletions
@@ -98,6 +98,7 @@ public class LicenseObtainService implements ApplicationRunner {
for (String s : args) {
if (s.startsWith("license=") && s.length() > 8) {
license = s.substring(8).trim();
break;
}
}
}