java pom文件加入这个可以将打包好的jar 双击运行
这是主启动类 com.example.schedulelockscreen.ScheduleLockScreenApplication
<configuration>
<mainClass>com.example.schedulelockscreen.ScheduleLockScreenApplication</mainClass>
<executable>true</executable>
<jvmArguments>
-Dfile.encoding=UTF-8
</jvmArguments>
</configuration>
