The use of the default package is discouraged.
程序员文章站
2022-05-31 07:57:26
...
The use of the default package is discouraged.(不建议使用默认包)
-
**错误提示:**The use of the default package is discouraged.
不建议在默认包下面直接创建类; -
可能造成的问题:
1) java默认包中的public类是不能在其他包中直接调用的 2)如果尝试解决多个工件中的默认包,则会遇到类加载问题。 3)您不能再像通常那样使用默认的和受保护的范围了。 4)在您的代码和其他代码之间没有明显的区别
转自:https://www.imooc.com/wenda/detail/575171
-
解决方案
a:在默认包src中添加一个新的包;
b:在创建类时直接在Package后面的输入框中输入包名,系统会自动创建一个包
上一篇: 解决 SpringBoot 关于 DataSource 的报错
下一篇: ImportError: Failed to import pydot. You must install pydot and graphviz for `pydotprint` to work.
推荐阅读
-
context:component-scan扫描使用上的容易忽略的use-default-filters
-
[VUE ERROR] Invalid default value for prop "slides": Props with type Object/Array must use a factory function to return the default value
-
Use Laravel Contracts to Build a Laravel 5 Twig Package
-
The use of the default package is discouraged.
-
springboot警告:ApplicationContext is unlikely to start due to a @ComponentScan of the default package
-
Warning: To load an ES module, set “type“: “module“ in the package.json or use the .mjs extension.
-
Java The Default Package
-
[VUE ERROR] Invalid default value for prop "slides": Props with type Object/Array must use a factory function to return the default value
-
context:component-scan扫描使用上的容易忽略的use-default-filters
-
Eclipse - The default workspace ‘/home/strong/eclipse-work’ is in use or cannot be created.