spring官方推荐使用winsw来将springboot项目作为服务运行,参考https://docs.spring.io/spring-boot/docs/1.5.9.RELEASE/reference/htmlsingle/#deployment-windows 下载最新发布版winsw: 官方下载地址:https://github.com/…
mybatis中需要加两个参数: <insert id="addChannel" parameterType="cn.tcmp.entity.Channel_list" useGeneratedKeys="true" keyProperty="ChannelID"> INSERT INTO `channel_list`(Channelt…
一.SSH 这里以Win自带的工具连接、(第三方工具一大推,例如Xshell...) 开始菜单>>右键>>Windows PowerShell(管理员) ssh -p22 root@192.168.0.10 格式:ssh -p22 用户名@IP地址 注意:如果使用远程桌面的方式要在Linux启动Vino服务,使用SSH启动v…
整合环境: Windows、Idea、Maven、MySql 1.创建maven项目 maven配置:settings.xml文件设置: 本地仓库地址: <localRepository>本地repositor路径</localRepository> 阿里maven镜像: <mirrors&…
这篇文章受密码保护,输入密码才能阅读