E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
stereotype
Mybatis添加数据传入Map作为参数
packagecom.location.bjgwserver.mapper;importorg.apache.ibatis.annotations.Param;importorg.springframework.
stereotype
.Repository
松鼠教授
·
2020-08-11 17:54
后端
数据库
超简单实现springboot项目中的定时任务
packagecom.hauto.order.service.express.impl;importorg.springframework.scheduling.annotation.Scheduled;importorg.springframework.
stereotype
.Component
旧人可安
·
2020-08-11 14:52
springBoot
springmvc服务端+android客户端的文件上传
jar,commons-io-1.3.2.jar.2.3.服务端1)构建回传类Result.javaackageorg.linfeng.action;importorg.springframework.
stereotype
.Component
kagami_QB
·
2020-08-11 12:23
android
Dao.java与Dao.xml相互关联
Dao.javapackagecom.imooc.oa.dao;importcom.imooc.oa.entity.Department;importorg.springframework.
stereotype
.Repository
Eison7
·
2020-08-10 20:35
前后端分离项目解决跨域问题(后端方式解决)
新建CorsFilter类实现Filter接口,代码如下:packagecom.rl.config;importorg.springframework.
stereotype
.Component;importjavax.servlet
pythias_
·
2020-08-10 18:40
java
SpringBoot2.0版本以上及以下中异常处理,跳转404页面
页面2、添加后台代码importorg.springframework.boot.autoconfigure.web.ErrorController;importorg.springframework.
stereotype
.Controller
表演系小学渣
·
2020-08-10 13:06
java技术文档
Spring
Boot
Java mail 发送 MimeMessage 邮件
importcom.derbysoft.common.utils.string.StringUtil;importorg.springframework.beans.factory.annotation.Autowired;importorg.springframework.
stereotype
.Compon
HarryGuoBa
·
2020-08-10 07:03
springboot学习总结
接口来实现packagecom.test.test1;importorg.springframework.boot.CommandLineRunner;importorg.springframework.
stereotype
.Component
zpf0918
·
2020-08-10 05:17
java
SpringMVC(四) RequestMapping请求方式
控制类的代码如下:packagecom.tiekui.springmvc.handlers;importorg.springframework.
stereotype
.Controller;importorg.springframework.web.bi
weixin_30633405
·
2020-08-10 02:54
SpringMVC_@RequestMapping
1.RequestMapping修饰方法packagehandlers;importorg.springframework.
stereotype
.Controller;importorg.springframework.web.bind.annotation.RequestMapping
wangwjtt
·
2020-08-10 02:07
SpringMVC
@RequestMapping 路由正则
packagecom.dida.springboot.demo.controller;importorg.springframework.
stereotype
.Controller;importorg.springframework.web.bind.annotation.GetMapping
安迪范德
·
2020-08-09 23:17
spring
Spring注解
原生Java集成Quartz
importlombok.extern.slf4j.Slf4j;importorg.quartz.Job;importorg.quartz.JobExecutionContext;importorg.springframework.
stereotype
.Component
JaxYoun
·
2020-08-09 22:00
spring中的RequestMapping用户的添加
25.1新建一个UserController类packagecom.ask.controller;importorg.springframework.
stereotype
.Controller;importorg.springframework.web.bind.annotation.PathVariable
金含
·
2020-08-09 22:12
Spring
@requestmapping--springmvc注解的使用变量和全局部*替代变量方法
importjavax.servlet.http.HttpServletRequest;importjavax.servlet.http.HttpServletResponse;importorg.springframework.
stereotype
.Controller
瓜瓜东西
·
2020-08-09 21:06
Spring
MVC
springMVC中微信公众平台开发
servicepackagecn.bluemobi.service;importjava.util.Arrays;importorg.springframework.
stereotype
.Service
Kiss_Mark
·
2020-08-09 18:50
微信
springCloud中feign调用其他微服务
ackagecom.jkgis.party.resource.jkgisresourcelibrary.feign;importorg.springframework.cloud.openfeign.FeignClient;importorg.springframework.
stereotype
.Component
怡景轩
·
2020-08-09 15:47
后端
SpringMVC 页面带数据跳转到controller层【页面→controller】
importjava.util.List;importorg.springframework.beans.factory.annotation.Autowired;importorg.springframework.
stereotype
.Controller
23号员工
·
2020-08-09 11:56
SpringMVC
实现springmvc 的controller级别的跳转的方法 return "redirect:/news/to";
packagecom.wanju.project001.zonghe.common.controller;importorg.springframework.
stereotype
.Controller;
瓜瓜东西
·
2020-08-09 08:39
Spring Boot-延迟依赖注入
有一个接口类Animal,如下:publicinterfaceAnimal{}接口类Animal有一个实现类Cat,如下:importorg.springframework.
stereotype
.Service
绅士jiejie
·
2020-08-09 05:23
Spring
Boot
SpringBoot Referer防盗链
importorg.springframework.boot.context.properties.ConfigurationProperties;importorg.springframework.
stereotype
.Component
悬崖上的剁椒鱼头丶
·
2020-08-09 02:10
原创
框架整合
BaseController
importjavax.servlet.http.HttpServletRequest;importjavax.servlet.http.HttpSession;importorg.springframework.
stereotype
.Component
weixin_34138377
·
2020-08-09 00:29
BaseController处理表单数据绑定问题
2importjava.util.Date;34importorg.springframework.beans.propertyeditors.CustomDateEditor;5importorg.springframework.
stereotype
.Controller
tongyong128
·
2020-08-08 22:27
java
java文件类型判断的工具类
;importjava.io.File;importorg.apache.commons.fileupload.disk.DiskFileItem;importorg.springframework.
stereotype
.Component
会飞的星阳
·
2020-08-08 03:04
工具类
在Spring中使用SpringEL进行依赖注入的简单实例
DemoService.java文件packagech2.el;importorg.springframework.beans.factory.annotation.Value;importorg.springframework.
stereotype
.Service
起风了zsj
·
2020-08-07 23:33
spring
注解@ Repository
packageorg.springframework.
stereotype
;importjava.lang.annotation.Documented;importjava.lang.annotation.ElementType
小李学习笔记和踩坑总结
·
2020-08-07 19:21
spring
听说你SpringBoot用得贼溜,那么相关注解你又知多少(持续更新)
目录Spring的Annotationorg.springframework.
stereotype
包下org.springframework.beans.factory.annotation包下org.springframework.context.annotation
涛声依旧Cjt
·
2020-08-07 18:41
Spring
Boot学习笔记
SpringAOP之DeclareParents,给一个类添加新的能力
什么都没有的类:packagedao.impl;importorg.springframework.
stereotype
.Repository;@Repository("daoImplNull")publicclassDaoImplNull
月挚古儿
·
2020-08-07 16:59
springboot中的过滤器、拦截器、监听器区别及具体实现
所以依赖于web容器,所以只能过滤web请求一般用来过滤敏感词、URL级别的访问权限控制等springboot中实现1、注册类的方式添加controllerimportorg.springframework.
stereotype
.Con
zhang_adrian
·
2020-08-06 13:05
springboot
java
Spring Boot——自定义多个拦截器(HandlerInterceptor)配置方法与执行顺序
packagecom.jd.m.tg.interceptor;importorg.slf4j.Logger;importorg.slf4j.LoggerFactory;importorg.springframework.
stereotype
.Component
STZG
·
2020-08-05 20:41
#
JAVA
Spring 支持的事务传播行为
required:两本书都买不成importorg.springframework.beans.factory.annotation.Autowired;importorg.springframework.
stereotype
.Service
javafanwk
·
2020-08-05 18:25
spring
Spring
boot
Spring实现登录功能
MyConfig进行配置:2:使用controller进行配置:三:登录页面:四:controller层:packagecom.gm.controller;importorg.springframework.
stereotype
.Controller
I'll show you
·
2020-08-05 18:11
上传文件相对路径设置
importorg.springframework.boot.context.properties.ConfigurationProperties;importorg.springframework.
stereotype
.Component
炫蓝蔷薇
·
2020-08-05 18:52
java
upload
问题记录:java.awt.AWTException: headless environment
java.awt.AWTException:headlessenvironment代码Service:importcom.live.ppt.service.KeypressService;importorg.springframework.
stereotype
.Service
DeadAndLive
·
2020-08-05 15:25
spring-boot
fastDFS与spring整合应用
importjava.util.Map;importorg.springframework.beans.factory.annotation.Value;importorg.springframework.
stereotype
.Controller
zhangzuyuanbest
·
2020-08-05 04:43
fastDFS
thymeleaf前台循环
importjavax.servlet.http.HttpServletRequest;importorg.springframework.beans.factory.annotation.Autowired;importorg.springframework.
stereotype
.Controller
qq_34550355
·
2020-08-05 01:54
springboo
thymeleaf
java
创建SpringBoot项目出现Java:程序包org.springframework.
stereotype
不存在——解决办法
一、问题Java:程序包org.springframework.
stereotype
不存在Java:程序包org.springframework.beans.fact
似水流年,是谁苍白了等待
·
2020-08-04 22:36
框架
SpringBoot
获取yml配置文件的值
importorg.springframework.boot.context.properties.ConfigurationProperties;importorg.springframework.
stereotype
.Component
smalllxp
·
2020-08-04 17:56
springboot
使用Spring AsyncRestTemplate对象进行异步请求调用(转载并非我原创)
importorg.apache.log4j.Logger;importorg.springframework.http.ResponseEntity;importorg.springframework.
stereotype
.Contro
brave_zhao
·
2020-08-04 10:19
webservice
springMVC全局异常处理
importorg.slf4j.Logger;importorg.slf4j.LoggerFactory;importorg.springframework.
stereotype
.Component;importorg.springframework.web.servlet.HandlerExceptionResolver
wind_lk
·
2020-08-04 07:26
java
异常
使用Spring AsyncRestTemplate对象进行异步请求调用
importorg.apache.log4j.Logger;importorg.springframework.http.ResponseEntity;importorg.springframework.
stereotype
.Controller
weixin_30947043
·
2020-08-04 04:24
RestTemplate常用的get和post带参数请求
测试controllerimportcom.alibaba.fastjson.JSONObject;importorg.springframework.
stereotype
.Controller;importorg.springframework.web.bind.annotation.RequestMapping
weixin_30410999
·
2020-08-04 04:06
上传文件或图片 controller层
importorg.slf4j.LoggerFactory;importorg.springframework.beans.factory.annotation.Autowired;importorg.springframework.
stereotype
.Controller
wangfei0904306
·
2020-08-04 03:37
Java
Java -- springboot 配置 工具类注入
importcom.vim.common.properties.WeixinConfig;importorg.springframework.beans.factory.annotation.Autowired;importorg.springframework.
stereotype
.Component
@程序员
·
2020-08-04 01:09
SpringBoot
springmvc用model传值到jsp页面,el表达式引用接收不到传递过来的值,显示仍然为${xxx}
Controllerpackagecom.lx.controller;importorg.springframework.context.annotation.Scope;importorg.springframework.
stereotype
.Controller
厚积而才薄发
·
2020-08-03 23:15
遇到的问题
axios无法访问springboot的问题
在Springboot中新建一个类packagecom.example.demo.controller;importorg.springframework.
stereotype
.Component;importorg.springframework.web.servlet.config.annotation.Co
微凉code
·
2020-08-03 23:45
Web
SpringBoot工具类手动引入service
在工具类的首部添加@Component注解importorg.springframework.beans.factory.annotation.Autowired;importorg.springframework.
stereotype
.Component
陈汤姆
·
2020-08-03 22:47
Java
Java工具系列
spring工具
importcn.microvideo.aud.rate.weight.constant.YmlConstant;importcn.microvideo.aud.rate.weight.token.service.TokenService;importorg.springframework.
stereotype
.C
qq_33931552
·
2020-08-03 21:12
java菜鸟苦逼前进史
springMVC其他配置
使用该标签用来指定对应的控制器的请求路径当定义在类上面表示给该类下面的所有控制器路径加上父路径当定义在方法上面用来指定该方法的请求路径packagecom.zl.action;importorg.springframework.
stereotype
.Controller
笑笑师弟
·
2020-08-03 20:37
框架
MultipartFile实现附件上传功能
服务端附件上传代码packagecom.oysept.attachment.controller;importjava.io.IOException;importorg.springframework.
stereotype
.Controller
ouyangjun__
·
2020-08-03 20:13
Java随作
web前后端分离开发——后端SpringMVC java开发
用SpringMVC开发主要是要要会导入spingmvc文件,然后就是编写接口packagecom.imooc.controller;importorg.springframework.
stereotype
.Controller
Ray_Fan
·
2020-08-03 11:47
资料
文件配置
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他