JavaShuo
栏目
标签
cannot resolve symbol 'Strings'
时间 2020-12-27
标签
spring-boot
栏目
Spring
繁體版
原文
原文链接
springboot用到的字段显示红色字体原因,是因为没导入此包,即在pom.xml中没有添加此依赖dependency 如下图: 解决方案: 在pom.xml中添加此依赖包,此时IDEA会自动更新并添加包到Libraries,如图: 此时再看报错的代码Strings,此时Strings显示红色,但是Strings下有下划线,并有提示需要被导入的包。如图: 根据提示按快捷键alt+enter后,包
>>阅读原文<<
相关文章
1.
Cannot resolve symbol ‘xxx’
2.
Cannot resolve symbol '**
3.
Cannot resolve symbol 'Test'
4.
cannot resolve symbol 'Api'
5.
cannot resolve symbol println
6.
Cannot resolve symbol 'SpringJUnit4ClassRunner'
7.
cannot resolve symbol 'Resource'
8.
Cannot resolve symbol ‘xxxxx‘,
9.
cannot resolve symbol 'Bundle'
10.
Cannot resolve symbol XXX
更多相关文章...
•
PHP print() 函数
-
PHP参考手册
•
C# 预处理器指令
-
C#教程
•
PHP Ajax 跨域问题最佳解决方案
•
为了进字节跳动,我精选了29道Java经典算法题,带详细讲解
相关标签/搜索
strings
resolve
symbol
core'&&cannot
resolve&buildflow
cannot&nbs
void&symbol
symbol&generator
Spring
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
跳槽面试的几个实用小技巧,不妨看看!
2.
Mac实用技巧 |如何使用Mac系统中自带的预览工具将图片变成黑白色?
3.
Mac实用技巧 |如何使用Mac系统中自带的预览工具将图片变成黑白色?
4.
如何使用Mac系统中自带的预览工具将图片变成黑白色?
5.
Mac OS非兼容Windows软件运行解决方案——“以VMware & Microsoft Access为例“
6.
封装 pyinstaller -F -i b.ico excel.py
7.
数据库作业三ER图待完善
8.
nvm安装使用低版本node.js(非命令安装)
9.
如何快速转换图片格式
10.
将表格内容分条转换为若干文档
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
Cannot resolve symbol ‘xxx’
2.
Cannot resolve symbol '**
3.
Cannot resolve symbol 'Test'
4.
cannot resolve symbol 'Api'
5.
cannot resolve symbol println
6.
Cannot resolve symbol 'SpringJUnit4ClassRunner'
7.
cannot resolve symbol 'Resource'
8.
Cannot resolve symbol ‘xxxxx‘,
9.
cannot resolve symbol 'Bundle'
10.
Cannot resolve symbol XXX
>>更多相关文章<<