会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
星朝
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
289
290
291
292
293
294
295
296
297
···
507
下一页
2018年9月30日
远程查看日志-linux
摘要: ssh 连接服务器 ssh user@www.xxx.com p60022 用户名@ip 端口 进入日志所在目录 cat FILENAME 查看文本文件,P.S. 在查较大文件时为了避免刷屏,请使用 cat FILENAME | more 或 more FILENAME zcat FI
阅读全文
posted @ 2018-09-30 09:41 星朝
阅读(851)
评论(0)
推荐(0)
2018年9月29日
springboot启动tomcat报错java.lang.NoClassDefFoundError: javax/el/ELManager仅记录
摘要: Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.boot.context.properties.Configu
阅读全文
posted @ 2018-09-29 16:06 星朝
阅读(5284)
评论(0)
推荐(0)
SpringBoot集成PageHelper时出现“在系统中发现了多个分页插件,请检查系统配置!”
摘要: 近日在项目中使用SpringBoot集成PageHelper后,跑单元测试时出现了“在系统中发现了多个分页插件,请检查系统配置!”这个问题。 如下图所示: org.mybatis.spring.MyBatisSystemException: nested exception is org.apach
阅读全文
posted @ 2018-09-29 15:15 星朝
阅读(21464)
评论(0)
推荐(1)
spring boot打包后在tomcat无法访问静态资源问题
摘要: 我的spring boot项目中前端页面的资源引用我的静态文件夹是我的application.yml中资源路径配置了同时我在WebMvcConfig中配置了addResourceHandlers我在idea内部运行项目时,资源文件可以正常加载,然后我将war包放入tomcat的webapp目录下运行
阅读全文
posted @ 2018-09-29 14:11 星朝
阅读(3554)
评论(0)
推荐(0)
Spring Boot:内置tomcat启动和外部tomcat部署总结
摘要: springboot的web项目的启动主要分为: 一.使用内置tomcat启动 启动方式: 1、IDEA中main函数启动 2、mvn springboot run 命令 3、java jar XXX.jar 配置内置tomcat属性: 关于Tomcat的属性都在org.springframewor
阅读全文
posted @ 2018-09-29 14:01 星朝
阅读(607)
评论(0)
推荐(0)
关于java.lang.NoSuchMethodError: org.springframework.util.ReflectionUtils.makeAccessible
摘要: <span style="font size:18px;"> java.lang.NoSuchMethodError: org.springframework.util.ReflectionUtils.makeAccessible(Ljava/lang/reflect/Construct
阅读全文
posted @ 2018-09-29 13:06 星朝
阅读(1369)
评论(0)
推荐(0)
Tomcat启动失败问题解决
摘要: 1. 系统框架加载正常,但是Tomcat启动失败,报错如下: Log代码 2013 7 26 17:18:33 org.apache.catalina.core.StandardContext startInternal
阅读全文
posted @ 2018-09-29 13:02 星朝
阅读(2827)
评论(0)
推荐(0)
JVM调优之Tomcat启动参数配置及详解
摘要: 开发项目中会遇到Tomcat内存溢出(java.lang.OutOfMemoryError: PermGen space)的问题,通过查找资料找到是通过设置Tomcat 启动堆空间大小、年轻代大小、每个线程大小参数进行调优的,具体如下: 一、在Tomcat 启动脚本(catalina.sh/cata
阅读全文
posted @ 2018-09-29 10:23 星朝
阅读(6007)
评论(0)
推荐(0)
项目启动部署时报错:java.lang.NoSuchMethodError
摘要: 报错: ===================================================================================================== 项目启动部署报错: java.lang.NoSuchMethodError: org.s
阅读全文
posted @ 2018-09-29 10:15 星朝
阅读(1100)
评论(0)
推荐(0)
Springboot系列:@SpringBootApplication注解
摘要: <! flowchart 箭头图标 勿删 在使用 Springboot 框架进行开发的时候,通常我们会在 main 函数上添加 @SpringBootApplication 注解,今天为大家解析一下 @SpringBootApplication,如有不正之处,欢迎批评指正。 @SpringBootA
阅读全文
posted @ 2018-09-29 09:41 星朝
阅读(710)
评论(0)
推荐(0)
上一页
1
···
289
290
291
292
293
294
295
296
297
···
507
下一页
公告