
java
文章平均质量分 83
远方的梦想
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CentOS7环境下编译Hadoop3.2.1源码
1.环境搭建镜像版本:CentOS-7-x86_64-DVD-1908.isoSOFTWARE SELECTION:GNOME Desktio原创 2021-06-19 17:08:04 · 862 阅读 · 1 评论 -
cannot be resolved to absolute file path because it does not reside in the file system: jar
问题的原因:maven分模块组件项目的时候,domain中的实体的*.hbm.xml文件不能被spring扫描到错误信息:java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.cache.DefaultCacheAwareContextLoade...原创 2018-07-06 16:39:54 · 3231 阅读 · 0 评论 -
spring boot logback 日志多环境配置uat dev prd等及logPath_IS_UNDEFINED问题解决
使用自定义日志配置日志多环境配置.https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-custom-log-levelslogging.config 指定自定义logback-xxx.xml配置文件,不要使用logback-spring.xml,因为会出现logPath_IS_U...原创 2018-12-03 10:27:56 · 4568 阅读 · 0 评论 -
解决虚拟机(linux)连接不上本地宿主(win10)数据库(mysql)问题
出现这个问题,首先要确定以下设置是否完成.1.linux的防火墙是否开启,建议关闭2.本地数据库mysql是否允许远程连接3.本地系统3306是否对外开放(我是在这个地方出了问题).步骤一:首先查看防火墙是否开启,常用命令[root@localhost ~]# service iptables statusiptables: Firewall is not running....原创 2019-03-26 18:28:28 · 6639 阅读 · 0 评论