Easter79 Easter79
2年前
tomcat无法连接本地服务器问题
更新系统后IDEA下启动项目失败,报错:/Users//tomcat/tomcat7.0.70/bin/catalina.shrunConnectedtothetargetVM,address:'127.0.0.1:57716',transport:'socket'2016110511:53
亚瑟 亚瑟
3年前
Linux环境部署go运行环境并启动项目
第一步、搭建Go生产环境1.下载包https://golang.org/dl/2.解压(有1.14.4版本了,tarzxvf后回有个go文件夹)cd/usr/local/wgethttps://dl.google.com/go/go1.13.6.linuxamd64.tar.gztarxfgo1.13.
昔不亏 昔不亏
2年前
「Node+Express+Mysql搭建API接口平台」笔记1(P1,P2)
1:本地环境安装:node、npm、express自检:nodev、npmv、expressversionexpress安装命令:npminstallexpressg&&npminstallgexpressgenerator2:创建并启动项目D:\workspace\nodeApiexpressapiLearnD:\workspac
LeeFJ LeeFJ
1年前
Foxnic-Web —— 可插拔模块的菜单控制
FoxnicWeb的设计就是业务模块下Maven依赖层面可插拔,即只要把对应的模块加入启动项目的Maven依赖中那么启动项目就拥有了插入模块的功能,反之亦然。因此,在FoxnicWeb的业务模块(MavenModule)中需要做一些特殊处理,使业务模块插拔时同时体现在菜单上。
Easter79 Easter79
2年前
The following classes could not be excluded because they are not auto
在Springboot启动项目的时候,出现如下错误java.lang.IllegalStateException:Thefollowingclassescouldnotbeexcludedbecausetheyarenotautoconfigurationclasses:org.springframewo
Stella981 Stella981
2年前
Centos 7.0 zabbix 部署
1、LAMP环境搭建初次安装可以先关闭selinux和firewallroot@localhost~setenforce0root@localhost~systemctlstopfirewalld.service1.1 mariadb数据库安装,启动、加入启动项root@localh
Wesley13 Wesley13
2年前
Ubuntu14.04配置nginx开机自启动项
原文: https://www.jianshu.com/p/2e03255cfabb(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.jianshu.com%2Fp%2F2e03255cfabb)ubuntu配置开机自动启动服务\
Stella981 Stella981
2年前
Spring JMS监听器关闭问题
问题描述启动项目时如果ActiveMQ没有打开,控制台一直报错:WARNDefaultMessageListenerContainer:876CouldnotrefreshJMSConnectionfordestination'xxxxx'retryingin5000ms.Cause:Couldnot
Stella981 Stella981
2年前
Spring Boot实现热部署
在SpringBoot实现代码热部署是一件很简单的事情,代码的修改可以自动部署并重新热启动项目。引用devtools依赖<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootd