上一页 1 ··· 87 88 89 90 91 92 93 94 95 ··· 229 下一页
摘要: 2019-06-26 22:19:57.408642475 java.lang.IllegalArgumentException: LoggerFactory is not a Logback LoggerContext but Logback is on the classpath. Either 阅读全文
posted @ 2019-06-26 22:28 牧之丨 阅读(3868) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/zdd-java/p/7861824.html 前言: 最近接手了一个项目,大概过了下需求,然后打开项目准备开搞的时候发现一个问题,这个项目是提供rest服务的一个web项目,其中很多旧系统由于还没改成微服务,所以只能通过HttpClient发起调用。 阅读全文
posted @ 2019-06-26 21:33 牧之丨 阅读(323) 评论(0) 推荐(0) 编辑
摘要: @Controller@ComponentScan@Configuration@EnableScheduling@EnableAutoConfiguration(exclude={DataSourceAutoConfiguration.class, DataSourceTransactionMana 阅读全文
posted @ 2019-06-26 19:47 牧之丨 阅读(633) 评论(0) 推荐(0) 编辑
摘要: package cn.xx.yy;import java.util.ArrayList;import java.util.HashMap;import java.util.List;import java.util.Map;@EnableWebMvc@Configurationpublic clas 阅读全文
posted @ 2019-06-26 19:45 牧之丨 阅读(4246) 评论(0) 推荐(0) 编辑
摘要: For anyone with a similar problem - turns out that spring-jersey used in the project was setting up its own context. My context and the spring-jersey 阅读全文
posted @ 2019-06-26 19:42 牧之丨 阅读(3069) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/wd2014610/article/details/79587161 2018年春SpringBoot 2.0.0 新版本有了很多新的改变,其中Tomcat配置上也有了很大改变1、之前老的版本TomcatEmbeddedServletContainerFa 阅读全文
posted @ 2019-06-25 16:51 牧之丨 阅读(1643) 评论(0) 推荐(0) 编辑
摘要: ①在springboot的spring-boot-starter-web默认引入了以下依赖: <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> 阅读全文
posted @ 2019-06-25 16:35 牧之丨 阅读(4811) 评论(0) 推荐(0) 编辑
摘要: WebsocketSourceConfiguration { @Bean ServletWebServerFactory servletWebServerFactory(){ return new TomcatServletWebServerFactory(); } } 阅读全文
posted @ 2019-06-25 16:34 牧之丨 阅读(2805) 评论(0) 推荐(0) 编辑
摘要: logback对比log4j的有点在此就不赘述了。 由于在项目的原有代码中,大量的日志生成是通过log4j实现的,新的代码希望通过logback的方式生成日志,同时希望将老的代码在不修改的情况下直接将日志生成至logback指定配置中。 log4j迁移到logback 此文中介绍了一种迁移方式,但是 阅读全文
posted @ 2019-06-25 12:56 牧之丨 阅读(594) 评论(0) 推荐(0) 编辑
摘要: SpringBoot 在启动项目的时候一起错误: SLF4J: Class path contains multiple SLF4J bindings.SLF4J: Found binding in [jar:file:/Users/tongqinyuan/.m2/repository/org/sl 阅读全文
posted @ 2019-06-25 00:49 牧之丨 阅读(17652) 评论(0) 推荐(1) 编辑
上一页 1 ··· 87 88 89 90 91 92 93 94 95 ··· 229 下一页