摘要:
2019-06-26 22:19:57.408642475 java.lang.IllegalArgumentException: LoggerFactory is not a Logback LoggerContext but Logback is on the classpath. Either 阅读全文
摘要:
https://www.cnblogs.com/zdd-java/p/7861824.html 前言: 最近接手了一个项目,大概过了下需求,然后打开项目准备开搞的时候发现一个问题,这个项目是提供rest服务的一个web项目,其中很多旧系统由于还没改成微服务,所以只能通过HttpClient发起调用。 阅读全文
摘要:
@Controller@ComponentScan@Configuration@EnableScheduling@EnableAutoConfiguration(exclude={DataSourceAutoConfiguration.class, DataSourceTransactionMana 阅读全文
摘要:
package cn.xx.yy;import java.util.ArrayList;import java.util.HashMap;import java.util.List;import java.util.Map;@EnableWebMvc@Configurationpublic clas 阅读全文
摘要:
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 阅读全文