码迷,mamicode.com
首页 >  
搜索关键字:springframework    ( 4755个结果
mybatis-plus整合spring
准备工作 JDK 8+ Maven 引入依赖 <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>5.1.6.RELEASE</version> </d ...
分类:编程语言   时间:2021-01-26 12:06:11    阅读次数:0
SpringBoot + webSocket + stomp +thymeleaf 推流
一、引入依赖 <!-- websocket推流--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactId> </dependenc ...
分类:编程语言   时间:2021-01-25 11:21:53    阅读次数:0
SpringBoot之SpringBoot整合JdbcTemplate
SpringBoot之SpringBoot整合JdbcTemplate 添加Maven依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactI ...
分类:数据库   时间:2021-01-22 12:01:44    阅读次数:0
用tomcat启动spring-boot
两种做法 修改Appcation.java文件 package com.techny.lianmai; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.S ...
分类:编程语言   时间:2021-01-20 12:07:41    阅读次数:0
从令牌中获取载荷
使用时在引导类用@bean注入 在需要用的地方@AutoWired注入 package com.changgou.order.config; import com.alibaba.fastjson.JSON; import org.springframework.core.io.ClassPathR ...
分类:其他好文   时间:2021-01-19 12:17:05    阅读次数:0
Spring注解之@RestController与@Controller的区别
@RestController官方地址 https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/bind/annotation/RestController.html @Targ ...
分类:编程语言   时间:2021-01-18 11:09:53    阅读次数:0
redis实现禁止重复请求的切面小功能
场景:3秒时间内禁止重复提交! Controller: 伪代码 package com..aopCommit; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web. ...
分类:其他好文   时间:2021-01-16 11:57:58    阅读次数:0
org.springframework.context.ApplicationContextException: Unable to start EmbeddedWebApplicationConte
org.springframework.context.ApplicationContextException: Unable to start EmbeddedWebApplicationConte 分类专栏: springcloud 文章标签: springcloud 版权 16:53:35.0 ...
分类:移动开发   时间:2021-01-15 11:57:16    阅读次数:0
4、配置MVC的乱码过滤:解决中文乱码
在web.xml中配置以下内容: <!--配置MVC的乱码过滤--> <filter> <filter-name>encoding</filter-name> <filter-class>org.springframework.web.filter.CharacterEncodingFilter</ ...
分类:Web程序   时间:2021-01-15 11:50:19    阅读次数:0
Spring MVC 注解开发
Spring MVC 注解开发 所需pom依赖: <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>5.2.0.RELEASE</version> < ...
分类:编程语言   时间:2021-01-14 11:33:10    阅读次数:0
4755条   上一页 1 ... 9 10 11 12 13 ... 476 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!