- 博客(6)
- 收藏
- 关注
原创 初学者启动springboot报错
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2018-03-25 16:27:02.807 ERROR 16256 --- [ restartedMain] o.s.b.d.LoggingFailureAnalys...
2019-12-27 14:19:46 187 1
原创 IDEA Cannot resolve plugin org.apache.maven.plugins:maven-site-plugin:3.8.2
近日重新安装了idea,遇到Maven报错,尝试网上各种办法,重新安装maven,还是没能解决。 1、仓库地址正确 2、能够正常下载jar包 <!--没能找到问题所在,尝试在plugins里添加--> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin<
2020-05-27 11:15:38 2584
原创 虚拟机报错:无法获得VMCI驱动程序的版本:句柄无效”的解决方案
很简单,造成这样的原因是win10系统对个别机器不适配导致****只需要在虚拟机设置页面找到虚拟机配置文件,选择vmci0.present=“TRUE”改为“FASlE”,保存即可。 重启CENTOS正常运行!****加粗样式 ...
2020-03-14 10:17:33 465
原创 Springboot启动类
public String SpringBoot(){ public static void main(String args[]){ SpringApplicationBoot.run(SpringBoot.class,args); } }
2020-03-02 23:42:13 251
原创 eclipse配置Tomcat,详细介绍
有些童鞋的eclipse版本可能没有自带web插件,需要手动install~ 1、help——>install new software——>根据eclipse版本不同选择对应 2、选择对应合适的版本,next 接下来最重要的来!! 打开eclipse选择Window——>preference——> 找到server(搜索runtime environment)——...
2019-06-23 22:12:38 167
原创 Day1 类设计和实例化对象
什么是类? 类:万物皆是类。(person\car\animal\...) void//方法的返回类型 实例化对象! Phone p=new phone();//实例化一个手机对象 点 语法调用: p.name="HuaWei mate X"; p.color="golden"; ...
2019-03-04 16:21:35 161
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人