2021
09-13
09-13
使用bat启动springboot项目并解决乱码问题
目录1.springboot项目打包jar2.编写bat启动springboot脚本3.bat启动springboot4.常见问题4.1.解决bat控制台中文乱码问题4.2.cd%~dp0不是内部或外部命令本文主要介绍了使用bat启动springboot项目并解决乱码问题,分享给大家,具体如下:1.springboot项目打包jar打包后,在如下目录:这里打包的springboot的jar文件名为 api-0.0.1-SNAPSHOT.jar2.编写bat启动springboot脚本新建一个start.bat文件,start.bat文件的内容如下:cd...
继续阅读 >