上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页
摘要: INFO [jetty-main-1] *SYSTEM org.sonatype.nexus.bootstrap.jetty.JettyServer - Runningjvm 1 | 2020-04-20 20:42:38,244+0800 ERROR [WrapperListener_start_ 阅读全文
posted @ 2020-04-20 21:50 ☆♂安♀★ 阅读(1150) 评论(0) 推荐(0) 编辑
摘要: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoad 阅读全文
posted @ 2020-04-19 02:10 ☆♂安♀★ 阅读(2647) 评论(0) 推荐(0) 编辑
摘要: 报错内容 com.sun.jersey.api.client.UniformInterfaceException: PUT http://.jpg returned a response status of 400 Bad Request 因为跨服务器上传文件,文件名中里面含有中文名称,所以报错,解 阅读全文
posted @ 2020-04-15 03:41 ☆♂安♀★ 阅读(671) 评论(0) 推荐(0) 编辑
摘要: Request processing failed; nested exception is com.sun.jersey.api.client.UniformInterfaceException: PUT http://localhost:9082/fileuploadserver_war/upl 阅读全文
posted @ 2020-04-15 03:32 ☆♂安♀★ 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 一个项目不同的Module 含有相同的路径以及文件,配置的AOP的expression吸入日志无效,要点击包查看当前包是否是本Module下面的,不然调用无效。 改为本Module就行了 阅读全文
posted @ 2020-04-01 03:20 ☆♂安♀★ 阅读(184) 评论(0) 推荐(0) 编辑
摘要: pom.xml <dependencies> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>5.0.2.RELEASE</version> </ 阅读全文
posted @ 2020-03-31 19:58 ☆♂安♀★ 阅读(2432) 评论(0) 推荐(0) 编辑
摘要: 1、配置来至bean.xml @RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration(locations = "classpath:bean.xml") //表示在编译完成后在类路径下的beean.xml文件 public clas 阅读全文
posted @ 2020-03-31 00:28 ☆♂安♀★ 阅读(3487) 评论(0) 推荐(0) 编辑
摘要: 因为在Test里面使用了注解@Autowired 引入来至bean.xml文件的内容 ,而在Test没有没有办法自动引入,需要在Test类上加上注解 @ContextConfiguration(locations = "classpath:bean.xml")不然会报以下错误 Caught exce 阅读全文
posted @ 2020-03-30 18:52 ☆♂安♀★ 阅读(6242) 评论(0) 推荐(0) 编辑
摘要: 问题:maven执行package命令打包时,src/main/java路径下的properties文件偶尔丢失 解决方式:pom.xml中加入resources配置 <build> <resources> <resource> <directory>src/main/java</directory 阅读全文
posted @ 2020-03-21 02:15 ☆♂安♀★ 阅读(903) 评论(0) 推荐(0) 编辑
摘要: 找到work\Catalina\localhost\ 然后访问响应的JSP地址才会动态生成到这个路径下面,不访问不会生成,在org\apache\jsp 下面 阅读全文
posted @ 2020-03-17 02:01 ☆♂安♀★ 阅读(1759) 评论(5) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页