- 博客(4)
- 资源 (1)
- 收藏
- 关注
原创 SpringBoot报错Failed to load ApplicationContext的原因
SpringBoot报错Failed to load ApplicationContext的原因 1.刚开始 的时候我试了下往上的各种方法都不行,后面试了大佬的就行了,分享下 2.后面加入 @EnableAutoConfiguration(exclude={DataSourceAutoConfiguration.class})//自动配置注解,解决failed to load applicationcontext 成功解决问题 ...
2020-12-16 11:35:13 909 1
原创 idea出现Unable to connect to repository at URL site:blog.csdn.net
idea出现Unable to connect to repository at URL site:blog.csdn.net 出现这种问题不要着急,出错的原因是在,svn前面不加http://将其删除即可
2020-08-18 10:55:51 833
原创 后端获取当前时间点简单快捷
//获取当前时间,年,月,日 // Date currentTime = new Date(); // SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd"); // String currentTimeString = formatter.format(currentTime); String currentTimeString = parseDate(LocalDate.now(),"yyyy-MM-dd"); int c
2020-05-27 14:28:54 650
转载 java聊天吧
聊天吧是我一年前所做的,现在在别的地方找到一份感觉挺不错的分享给学弟学妹们,请叫我雷锋<%@page contentType="text/html" pageEncoding="UTF-8" %><%@ page import="java.util.*"%><%@ page import="com.wgh.model.UserInfo"%>&am
2018-06-19 15:54:05 228
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人