码迷,mamicode.com
首页 >  
搜索关键字:springframework    ( 4755个结果
JAVA中集成Freemarker生成静态html
Springboot 1.引入Freemarker jar包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-freemarker</artifactId> </depe ...
分类:编程语言   时间:2020-06-04 10:27:08    阅读次数:56
IDEA新建SpringMVC项目报错java.lang.ClassNotFoundException: org.springframework.web.servlet.DispatcherServlet
启动新建的 SpringMVC项目,访问接口 404 控制台日志为 :java.lang.ClassNotFoundException: org.springframework.web.servlet.DispatcherServlet 初步判断可能是jar包的原因,因为编译输出的out文件夹中没有 ...
分类:编程语言   时间:2020-06-03 15:17:39    阅读次数:63
Spring Security
#Spring Security <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> </dependency> Spring B ...
分类:编程语言   时间:2020-06-03 13:56:42    阅读次数:56
dubbo 整合ssm配置
cosumer方 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema ...
分类:其他好文   时间:2020-06-03 09:24:36    阅读次数:57
Spring事务管理方式
如果不配置spring的事务,那么默认每次执行dao层方法即自动提交事务。 <!--配置事务管理器--> <bean id="transactionManager" class="org.springframework.jdbc.datasource.DataSourceTransactionMan ...
分类:编程语言   时间:2020-06-03 00:53:45    阅读次数:83
使用spring框架自带的字符拦截器
1、只需在web.xml中配置即可 <filter> <filter-name>encodingFilter</filter-name> <filter-class>org.springframework.web.filter.CharacterEncodingFilter</filter-clas ...
分类:编程语言   时间:2020-06-03 00:36:08    阅读次数:102
java 读取.properties参数
注意需要引入spring的架包,spring-core-xxxxx1.PropertiesUtil.java package com.h3c.portal.business.common.util; import org.springframework.core.io.support.Propert ...
分类:编程语言   时间:2020-06-02 18:36:44    阅读次数:112
java代码(12) ---CollectionUtils工具类
CollectionUtils工具类 CollectionUtils工具类是在apache下的,而不是springframework下的CollectionUtils 个人觉得在真实项目中CollectionUtils,可以使你的代码更加简洁和安全 下面我们就一起来探究一下 先从maven官方找到最 ...
分类:编程语言   时间:2020-06-02 13:11:37    阅读次数:46
ssm整合-Sping整合Mybatis框架配置事务07
在spring配置文件中配置:<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLS ...
分类:其他好文   时间:2020-06-01 23:30:22    阅读次数:61
ssm整合-Sping整合Mybatis框架06
编写spring的配置文件: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLS ...
分类:其他好文   时间:2020-06-01 23:29:30    阅读次数:61
4755条   上一页 1 ... 37 38 39 40 41 ... 476 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!