自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 问答 (1)
  • 收藏
  • 关注

原创 Spsingboot学习mysql驱动报错This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The dri

报错截图:解决办法:下图中的驱动换成com.mysql.cj.jdbc.Driver即可。         

2018-11-02 00:33:08 24053 2

原创 一个小小的Springboot项目遇到的mysql 报错The server time zone value 'Öйú±ê׼ʱ¼ä'

The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone  参考网上的有效解决方法:

2018-11-02 00:27:27 382

转载 freemark使用方法:

一、使用方法://1、创建一个模板文件//2、创建一个Configuration对象Configuration configuration = new Configuration(Configuration.getVersion());//3、设置模板文件保存的目录configuration.setDirectoryForTemplateLoading(new File("D:

2017-09-29 14:34:05 283

转载 applicationContext.xml加载的两种方式:

第一种:直接将之放到/WEB-INF下,在web.xml中声明一个listener;listener> listener-class>                     org.springframework.web.context.ContextLoaderListener listener-class>listener>          默认的路径是/WEB-I

2017-09-29 14:31:41 810

转载 Spring的三种注入方式:

Type1接口注入:public class ClassA{private InterfaceB classB;public doSomething(){Object obj = Class.forName(Config.BImplementation).newInstance();classB = (InterfaceB)ojb;classB.doIt

2017-09-29 14:23:46 263

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除