SpringBoot坑及解决
王大地X
坚持就行
展开
-
SpringBoot @ConfigurationProperties实现类型安全的配置(基于properties) 使用过程及碰到的问题解决
前言: 使用@ConfigurationProperties将properties属性和一个Bean及其属性关联,可以方便的实现类型安全的配置,比@Value需要注入很多次方便很多。 这里记录@ConfigurationProperties使用过程中碰到的问题及解决方案碰到的问题:SpringBoot 1.5以上版本@ConfigurationProperties取消location注...原创 2018-07-09 19:15:29 · 9271 阅读 · 0 评论 -
CGLIB 集成报java.lang.ClassNotFoundException: org.objectweb.asm.Type错误
解决过程:新建了一个 空白工程,写了下CGLIB的简单实现,本以为集成了cglib jar包就行,结果报了一 个classNotFoundException。Exception in thread "main" java.lang.NoClassDefFoundError: org/objectweb/asm/Type at net.sf.cglib.core.TypeUtils.pa...原创 2018-08-16 01:33:31 · 1133 阅读 · 0 评论 -
SpringBoot 集成Mybatis--MySql报异常 java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä'
在SpringBoot中集成 Mybatis--Mysql时报异常:java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. You must configure either the server or JDB...原创 2018-08-16 14:20:55 · 1849 阅读 · 0 评论