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()
|
.getProtectionDomain()
|
||||||
.getCodeSource()
|
.getCodeSource()
|
||||||
.getLocation()
|
.getLocation()
|
||||||
.toURI()
|
.toURI());
|
||||||
.getPath());
|
|
||||||
} catch (URISyntaxException ex) {
|
} catch (URISyntaxException ex) {
|
||||||
throw new RuntimeException(ex);}}}
|
throw new RuntimeException(ex);}}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user