mirror of
https://github.com/TheWhiteDog9487/WebAPI.git
synced 2026-08-11 23:01:30 +08:00
修正Windows上启动崩溃的问题
This commit is contained in:
@@ -78,8 +78,7 @@ class SystemdInstallerManager implements CommandLineRunner {
|
||||
.getProtectionDomain()
|
||||
.getCodeSource()
|
||||
.getLocation()
|
||||
.toURI()
|
||||
.getPath());
|
||||
.toURI());
|
||||
} catch (URISyntaxException ex) {
|
||||
throw new RuntimeException(ex);}}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user