摘要:
因为thymeleaf 使用快捷键提示,不提示标签信息。 在使用网上说的的install new software安装插件的时候 报错: Unable to read repository at http://www.thymeleaf.org/eclipse-plugin-update-site/ 阅读全文
摘要:
环境:spring 4.2.6 使用全注解来获取值的时候发生@Value为写好的表达式 简单的代码: 实体类: public class RichMan { @Value(value="${richMan.name}") private String name ; @Value("99123") p 阅读全文
摘要:
记录一下遇到的错误 org.springframework.beans.factory.parsing.BeanDefinitionParsingException: 使用环境:spring 4.1.6 代码: 类1 配置类 @Configuration@Import(value= {Sky.cla 阅读全文