错误日志完整: Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2020-01-02 12:50:10.767 ERROR ...
分类:
移动开发 时间:
2020-01-02 13:07:16
阅读次数:
209
@Configuration public class GlobalCorsConfig { @Bean public CorsFilter corsFilter() { //1.添加CORS配置信息 CorsConfiguration config = new CorsConfiguration( ...
分类:
编程语言 时间:
2020-01-01 14:53:44
阅读次数:
387
package com.zy; import java.io.IOException; import org.apache.commons.lang.time.StopWatch; import org.apache.hadoop.conf.Configuration; import org.apa ...
分类:
编程语言 时间:
2020-01-01 11:46:04
阅读次数:
94
笔者在IDEA中禁用了SonarLint等各种配置,还是无效,后来在网上找到说是插件的bug, There was a bug in SonarLint for IntelliJ that prevented the configuration to be properly saved. It wa ...
分类:
其他好文 时间:
2019-12-31 14:04:22
阅读次数:
508
@SpringBootApplication:包含了@ComponentScan、@Configuration和@EnableAutoConfiguration注解。其中@ComponentScan让Spring Boot扫描到Configuration类并把它加入到程序上下文。 @Configur ...
分类:
编程语言 时间:
2019-12-30 23:21:31
阅读次数:
115
1.查看当前设备版本 在System>>Configuration>>Device中查看设备版本。 在System>>Software Management>>Image List 中可以查看全部版本列表。 如上图所示,点击Import上传镜像,长传成功后点击Install安装镜像。 同理在HotF ...
分类:
其他好文 时间:
2019-12-30 19:45:51
阅读次数:
72
版本信息: spring cloud 版本Greenwich.SR2 spring boot 版本2.1.8.RELEASE 官网文档: "http://logging.apache.org/log4j/2.x/manual/configuration.html" 以下每个步骤不可缺失 1. pom ...
分类:
编程语言 时间:
2019-12-30 19:22:30
阅读次数:
95
我刚入门webpack就被版本问题坑一脸,以此第一篇博客记录一下我踩过的坑~~~ 1.报错:Invalid configuration object. Webpack has been initialised using a configuration object that does not ma ...
分类:
Web程序 时间:
2019-12-30 17:14:49
阅读次数:
221
1.配置application.yml mybatis: mapper-locations: classpath:/mybatis/mapping/*.xml configuration: map-underscore-to-camel-case: true #开启驼峰命名 database-id: ...
分类:
数据库 时间:
2019-12-30 14:13:05
阅读次数:
549
1.出现spring boot Configuration Annotation Proessor not found in classpath的提示是在用了@ConfigurationProperties这个注解时,所以问题出现在ConfigurationProperties注解。 2.根据提示的 ...
分类:
编程语言 时间:
2019-12-30 11:35:40
阅读次数:
71