logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

实现一台win系统多个tomcat版本共存,超详细

文章目录前言1.下载tomcat2.配置环境变量3.修改bin下文件4.修改端口5.启动测试是否安装成功查看tomcat版本6.番外感谢博文前言之前就有想要配置多个tomcat,但是一直拖着,这次参考一些资料,百度了好一会儿;终于还是决定自己配置一下;ps:我自己原来装了个8.0版本的tomcat1.下载tomcat直接进入官网下载,如下官网链接:tomcat官网链接点击左侧下载就行,如下:点击进

#tomcat#windows#java
org.springframework.context.support.ClassPathXmlAp和class path resource [src/applicationContext.xml]

org.springframework.context.support.ClassPathXmlAp和class path resource [src/applicationContext.xml] cannot be opened because it does not exist 问题解决首先说明,这个问题困扰了我一天加一夜加一上午!!!过程中真滴是绝望!!!!!环境:ida2020.1(巨坑

#java#spring#bug
在springBoot中使用Mapper类问题

文章目录背景xml文件跟mapper分开方式一application.properties主程序类Mapper方式二注意点xml文件跟mapper在同一个目录下application.properties在mapper包下主程序类感想背景版本如下:springboot=1.5.9jdk=1.8maven=3.5在springBoot中使用mapper类,因为有其xml文件的存在,所以其xml文件的

#java#spring#spring boot +1
到底了