org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe 是一个在使用 Apache T... 2023年5月25日 SpringBoot 浏览量:776 次 发表评论 阅读全文
centos系统启动jenkins,nexus,tomcat后不久进程被自动kill掉 centos系统启动jenkins,nexus,tomcat后不久进程总是被自动kill掉,最初以为是 系统内存不足引起的,因为当时gitlab占用的内存很大,剩余内存只有3G左右。但是后来把gitl... 2019年4月8日 linux 浏览量:1,378 次 发表评论 阅读全文
intellij idea中设置了server.port后不起作用,启动tomcat还是8080端口 intellij idea中设置了server.port后启动tomcat还是8080端口,但是另外一个工程就可以。网上的方法对我都不适用。最后排除了很多才发现原因。 原因是因为这个工程里使用了red... 2019年2月20日 IntelliJ IDEA 浏览量:4,615 次 发表评论 阅读全文
修正了微信支付问题后还是报缺少参数,total_fee的错误 昨天在修改了代码后在微信公众号里测试支付时无限弹出缺少参数,total_fee的错误,将错误代码修正后,用微信开发者工具连本地的后台debug看是没问题的。但是一上传到服务器上测试还是无限弹出缺少参数... 2018年12月14日 微信公众号 浏览量:935 次 发表评论 阅读全文
spring boot内嵌容器tomcat配置 默认容器 spring boot默认web程序启用tomcat内嵌容器tomcat,监听8080端口,servletPath默认为 / 通过需要用到的就是端口、上下文路径的修改,在spring boo... 2018年10月31日 SpringBoot 浏览量:505 次 发表评论 阅读全文
SpringBoot conflicts with existing, non-compatible bean definition of same name and class 的解决办法 Caused by: org.springframework.context.annotation.ConflictingBeanDefinitionException: Annotation-spe... 2018年8月8日 SpringBoot 浏览量:5,625 次 发表评论 阅读全文
Eclipse的Servers视图中无法添加Tomcat6/Tomcat7/Tomcat8 如何解决 1. 关闭Eclipse 2. 打开WorkSpace所在的位置。 {workspace-directory}/.metadata/.plugins/org.eclipse.cor... 2018年7月27日 eclipse 浏览量:640 次 发表评论 阅读全文