码迷,mamicode.com
首页 >  
搜索关键字:beans    ( 2634个结果
【spring mvc】后台spring mvc接收List参数报错如下:org.springframework.beans.BeanInstantiationException: Failed to instantiate [java.util.List]: Specified class is an interface
后台spring mvc接收List参数报错如下:org.springframework.beans.BeanInstantiationException: Failed to instantiate [java.util.List]: Specified class is an interface ...
分类:编程语言   时间:2018-04-28 19:30:45    阅读次数:381
SpringBoot拦截器
在实际开发中,总存在着这样的场景,比如拦截请求的ip地址,或者在所有的请求都返回相同的数据,如果每一个方法都写出相同数据固然可以实现,但是随着项目的变大,重复的代码会越来越多,所以在这种情况我们可以用拦截器来实现。 最近一直在研究thymeleaf,越发的感觉这个很好用,所以这篇文章也选择结合这个来 ...
分类:编程语言   时间:2018-04-27 21:09:47    阅读次数:192
applicationContext.xml文件配置
applicationContext.xml org.springframework.beans.NotWritablePropertyException ...
分类:移动开发   时间:2018-04-27 19:41:39    阅读次数:222
spring 读取配置文件,将值注入到静态字段
resources/config/config-dev.properties ...
分类:编程语言   时间:2018-04-27 16:44:50    阅读次数:160
【spring data jpa】启动报错:nested exception is java.util.NoSuchElementException
spring boot项目中 使用spring data jpa 启动报错: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'dealerTransfer ...
分类:编程语言   时间:2018-04-27 13:53:50    阅读次数:639
关于运行springboot时报Unregistering JMX-exposed beans on shutdown的解决方案
其实这个错误并不影响程序的运行,但是对于处女座的同仁来说,看到报错难免不舒服,那么看看解决方法,此错误信息的意思是说:在关机状态下未注册jmx暴露的bean。 解决方案是在入口类上加上 @EnableMBeanExport(registration = RegistrationPolicy.IGNO ...
分类:编程语言   时间:2018-04-26 00:55:44    阅读次数:1247
Spring Boot—14JdbcTemplate
pom.xml org.springframework.boot spring-boot-starter-jdbc mysql mysql-connector-java 8.0.11 com.alibaba druid-spring-boot-starter 1.1.9 application.pr... ...
分类:数据库   时间:2018-04-25 20:11:07    阅读次数:171
Spring Boot—11控制器Controller
package com.bee.sample.smartmap.controller;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.http.MediaType;imp... ...
分类:编程语言   时间:2018-04-23 19:59:14    阅读次数:168
Spring Boot—10ModelAndView、Model,以及@ModelAttribute注解
package com.bee.sample.smartmap.controller;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.stereotype.Control... ...
分类:编程语言   时间:2018-04-23 19:54:39    阅读次数:388
Spring Boot—09通过Form提交的映射
package com.bee.sample.smartmap.controller;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.stereotype.Control... ...
分类:编程语言   时间:2018-04-23 19:54:05    阅读次数:430
2634条   上一页 1 ... 94 95 96 97 98 ... 264 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!