-
Inspection info: Checks Spring Boot Application Setup. @SpringBootApplication used in default package Redundant @ComponentScan declaration Redundant @EnableAutoConfiguration declaration New in 2018.2
Inspection info: Checks Spring Boot Application Setup. @SpringBootApplication used in default package Redundant @ComponentScan declaration Redundant @EnableAutoConfiguration declaration New in 2018.2
问题解决
- 检查信息:检查Spring Boot应用程序设置。@SpringBootApplication使用在默认包冗余@ComponentScan声明冗余@EnableAutoConfiguration声明新在2018.2【百度翻译的】
- 代码
- 我是 maven创建 spring boot项目,由于没有项目自动创建主方法就在 main/java路径下创建该程序入口。
- 解决,@SpringBootApplication 失效,注解失效的情况下,推荐使用@ComponentScan(”指定扫描路径“) 和@EnableAutoConfiguration进行代替;
- 方式二,放到你的域名路径下,因为我没有放到
-
相关阅读:
【Linux】PS命令
【Linux】多进程与多线程之间的区别
【杂项】XML Schema和DTD的区别
推荐一组强大的Collection类
关于Decorator模式我的理解
菜鸟白话设计模式系列
PowerCollections研究: 第1弹竟就发现不少问题
[白话设计模式] Singleton
PowerCollection研究:第2枪小谈RemoveALL算法
yield 关键字
-
原文地址:https://www.cnblogs.com/zk2020/p/15432846.html
Copyright © 2020-2023
润新知