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
详述Spring 框架事务 为什么 怎么做 @Transactional常用属性说明
importjava.util.UUID;importorg.springframework.beans.factory.annotation.Autowired;importorg.springframework.
stereotype
.Service
邵煜
·
2020-08-18 06:01
spring
配置项目启动即执行的初始化类
SSM:importorg.springframework.beans.factory.InitializingBean;importorg.springframework.
stereotype
.Component
小池女朋友xxx
·
2020-08-17 23:59
代码
08.@Scheduled定时任务、整合jdbcTemplate、mybatis区分多数据源
Scheduled注解执行定时任务importorg.springframework.scheduling.annotation.Scheduled;importorg.springframework.
stereotype
.Component
dffxwe51549
·
2020-08-17 22:51
SpringMVC常见注解的使用
TitletestRequestParampackagecom.springmvc.controller;importorg.springframework.
stereotype
.Controlle
Pinpim
·
2020-08-17 14:59
Spring
Spring之注解开发&&Spring集成JUnit
的问题2上述问题解决思路3Spring集成Junit步骤4Spring集成Junit代码实现1Spring注解开发入门案例packagecom.dao;importorg.springframework.
stereotype
.Component
MAX--李
·
2020-08-17 14:15
Spring
WEB-INF里的页面间跳转 通过controller
我已经配置好了环境springmvc+mybatis下面只列出问题相关部分spring.xmlweb.xmlSpringMVC*.docontrollerimportorg.springframework.
stereotype
.Controller
YesWannijie
·
2020-08-17 13:50
Web
springmvc
基于spring jdbc 动态创建表+定时任务管理
动态建表功能:第一:数据库连接配置对象:importorg.springframework.beans.factory.annotation.Value;importorg.springframework.
stereotype
.Componen
在奋斗的大道
·
2020-08-17 10:07
微服务springboot
Dubbo:自测自拟项目搭建consumer
packagecom.testDubo.service.impl;importorg.springframework.beans.factory.annotation.Autowired;importorg.springframework.
stereotype
.Service
花和尚也有春天
·
2020-08-17 09:31
rpc
SpringMVC 使用 @RequestParam注解进行简单数据绑定实例 (IntelliJ IDEA)
Controller编写HelloUserController.java:packagecom.study.springmvc.controller;importorg.springframework.
stereotype
.Controller
syrdbt
·
2020-08-17 09:20
#
----SpringMVC
SpringMVC学习笔记
SpringBoot捕获全局异常(请求为Ajax和非Ajax)
Controller控制器:importcom.wyj.entity.vo.WebResponse;importorg.springframework.
stereotype
.Controller;importorg.springframework.web.bind.annotation.RequestMapping
断橋殘雪
·
2020-08-17 08:59
SpringBoot
SpringMVC中三种异常处理的配置方式
配置错误处理在当前控制器中通过注解@ExceptionHandler配置,当该Controller出现异常时,跳转到指定的页面(my01err.jsp)importorg.springframework.
stereotype
.Controller
32224047_yw
·
2020-08-17 08:43
SpringMVC
Spring Boot 表单自定义验证
验证失败前提条件:表单功能已经写好新建自定义验证的类RegisterValidatorspackagecom.oneonone.validators;importorg.springframework.
stereotype
.Component
IT职涯
·
2020-08-17 08:30
Spring
Boot
Spring
技术杂说
SpringMVC——响应数据和结果视图
jsp代码requestMapping的使用返回值为String类型编写Controller代码packagecom.liang.controller;importorg.springframework.
stereotype
.Controller
李沐泽
·
2020-08-17 07:56
SpringMVC
第一次迭代
Chaxun.javapackagecontroller;importorg.springframework.beans.factory.annotation.Autowired;importorg.springframework.
stereotype
.Controller
weixin_30387799
·
2020-08-17 03:48
Spring-IoC-DI-基于注解方式的依赖注入-(案例二:基于注解方式实现属性注入)@Value普通类型属性
packagecom.orzjiangxiaoyu.spring.test1;importorg.springframework.beans.factory.annotation.Value;importorg.springframework.
stereotype
.Component
orz江小鱼
·
2020-08-16 22:00
Spring-IoC-DI-基于注解方式的依赖注入-(案例二:基于注解方式实现属性注入)@Resource根据属性类型或名称
publicinterfaceUserDao{publicvoidadd();}packagecom.orzjiangxiaoyu.spring.test1;importorg.springframework.
stereotype
.Rep
orz江小鱼
·
2020-08-16 22:00
解决springboot2.X整合minio出现SSLException: Unrecognized SSL message问题
1.pom依赖io.miniominio3.0.102.配置minioimportimportorg.springframework.
stereotype
.Comp
hap0728
·
2020-08-16 20:44
springboot
异常
java
SpringBoot传参方式
地址传参1.创建一个Action类packagecom.lion.action;importorg.springframework.
stereotype
.Controller;importorg.springframework.web.bind.annotation.RequestMapping
weixin_30872337
·
2020-08-16 15:33
ssm中封装的分页类
自己封装了分页类的内容,方便以后留着使用packagecom.chen.util;importorg.springframework.
stereotype
.Component;importjava.util.regex.Pattern
小土豆子额
·
2020-08-16 12:07
ssm
分页
spring boot配置拦截器/过滤器,并指定顺序及规则
大家推荐个靠谱的公众号程序员探索之路,公众号内点击网赚获取彩蛋,大家一起加油,这个公众号已经接入图灵 拦截器:packagecom.zzh.interceptor;importorg.springframework.
stereotype
.Component
yueloveme
·
2020-08-16 10:05
spring
boot
作业十三
PersonalManagerMapperpackagecom.ping.systemManagement.personnelManager.mapper;importcom.ping.pojo.Post;importcom.ping.pojo.Staff;importorg.springframework.
stereotype
.Repository
inferno devil
·
2020-08-16 06:49
实践
spring boot中static字段用@Value注解不进去解决方案
importjava.util.Random;importorg.springframework.beans.factory.annotation.Value;importorg.springframework.
stereotype
.Component
aboboo520
·
2020-08-16 05:09
Java
那些年踩过的坑
微信公众号接入(校验签名)
1.在自己的测试号管理页面2.后台搭建一个普通的springboot项目packagecom.esc.weixin.controller;importorg.springframework.
stereotype
.Controller
lasi1222
·
2020-08-15 23:28
微信公众号
springboot保存图片到项目文件资源路径
importjava.io.File;importjava.io.IOException;importjavax.servlet.http.HttpServletRequest;importorg.springframework.
stereotype
.Cont
Muscleheng
·
2020-08-15 21:16
SpringBoot
Java实现拦截HTTP请求的几种方式
一:实现javax.servlet.Filter接口(使用过滤器方式拦截请求)importorg.springframework.
stereotype
.Component;importjavax.servlet
lory_li
·
2020-08-15 14:27
Spring
SpringBoot随笔
spring零配置(注解注入)
代码及结构jar包Dao.javapackagecom.orange.test;importorg.springframework.
stereotype
.Repository;/***数据访问层使用的注解
大橙子真帅
·
2020-08-15 14:53
Spring
Java
restful资源请求
restful资源请求是一种风格,不是一种协议,它也是http协议的实现方式:路径名必须与方法名一致才能实现importorg.springframework.
stereotype
.Controller
qq_41767337
·
2020-08-15 11:09
测开
JsonUtils转换工具类
importcom.fasterxml.jackson.databind.ObjectMapper;importorg.slf4j.Logger;importorg.slf4j.LoggerFactory;importorg.springframework.
stereotype
.Component
Kate_Monkey
·
2020-08-15 04:04
springboot 项目启动后执行的方法
importorg.springframework.context.ApplicationListener;importorg.springframework.context.event.ContextRefreshedEvent;importorg.springframework.
stereotype
.Component
格雷弗斯
·
2020-08-15 03:28
spring
boot
Spring4.0学习(二)采用@Autowired方式自动获取
1、定义一个类,如下:packagecom.hl.demo;importorg.springframework.
stereotype
.Service;publicclassChinese{publicvoideat
qq513283439
·
2020-08-15 02:28
web
springMVC 日期转换器
importjava.beans.PropertyEditorSupport;importjava.text.SimpleDateFormat;importjava.util.Date;importorg.springframework.
stereotype
.Controller
wang20y8
·
2020-08-14 20:11
java问题集
分布式锁的使用
packagecom.cloud.drore.eboos.common.util;importorg.springframework.boot.autoconfigure.klock.annotation.Klock;importorg.springframework.
stereotype
.Comp
红豆相思-Mone
·
2020-08-14 18:31
redis
分布式
redis
分布式锁
swagger
Springboo连接数据库通用代码
importorg.slf4j.LoggerFactory;importorg.springframework.scheduling.annotation.Scheduled;importorg.springframework.
stereotype
.Component
小强签名设计
·
2020-08-14 18:23
Spring
boot
数据库
class1视图元素的
stereotype
为class2,构造型默认
这一类的机制包括:
stereotype
,标记值、约束。
Stereotype
扩充了UML的词汇表,允许你创建新的建筑块,这些建筑块从已有的继承而来,但特别针对你的问题。
liuleioptim
·
2020-08-14 17:36
【Spring源码】- 01 Spring IoC容器启动之this方法
ServiceBeanpackage org.source.ioc.basic.demo02;public class TestService01 {}import org.springframework.
stereotype
.Component
Reactor2020
·
2020-08-14 17:59
springboot使用proguard进行代码混淆
springboot项目,当前我使用的版本号是1.5.10.RELEASE二、新建TestService.java类packagecom.wzy.service;importorg.springframework.
stereotype
.Service
米兰的小銅匠
·
2020-08-14 16:03
springboot
springboot 日期转换器
importorg.springframework.core.convert.converter.Converter;importorg.springframework.
stereotype
.Component
wang20y8
·
2020-08-14 15:38
java问题集
AspectJ实现AOP(注解方式)
先看Login.java:packageuserService;importorg.springframework.
stereotype
.Component;@ComponentpublicclassLogin
kkorkk
·
2020-08-14 13:11
Spring
Spring注解@Component、@Repository、@Service、@Controller @Resource、@Autowired、@Qualifier 解析[转]
packagecom.ulewo.ioc;importorg.springframework.beans.factory.annotation.Autowired;importorg.springframework.
stereotype
.Controller
muzizhuben
·
2020-08-14 10:16
java
springboot获取容器中的Bean
importorg.springframework.context.ApplicationContext;importorg.springframework.context.ApplicationContextAware;importorg.springframework.
stereotype
.Compo
liyongbing1122
·
2020-08-14 10:03
SpringBoot
Spring Controller应用举例
importjavax.servlet.http.HttpServletResponse;importorg.springframework.beans.factory.annotation.Autowired;importorg.springframework.
stereotype
.Contr
wyyl1
·
2020-08-14 08:30
JAVA
springboot自定义拦截器
1,创建一个TokenInterceptor实现HandlerInterceptorpackagecom.dagen.imgs.config.se;importorg.springframework.
stereotype
.Component
he_lei
·
2020-08-14 06:14
Spring@Controller 与@RestController的区别
Sourcecoderecreatedfroma.classfilebyIntelliJIDEA//(poweredbyFernflowerdecompiler)//packageorg.springframework.
stereotype
boonya
·
2020-08-14 06:10
带有占位符的URL映射
packagecom.zhangpn.hello;importorg.springframework.
stereotype
.Controller;importorg.springframework.web.bind.annotation.PathVariable
weixin_30632883
·
2020-08-13 20:11
SpringMVC(七) RequestMapping 路径中带占位符的URL
控制器代码:packagecom.tiekui.springmvc.handlers;importorg.springframework.
stereotype
.Controller;im
weixin_30364147
·
2020-08-13 20:22
Redis整合SpringBoot的工具类,配置类代码
RedisUtilsimportorg.springframework.beans.factory.annotation.Autowired;importorg.springframework.data.redis.core.RedisTemplate;importorg.springframework.
stereotype
.Component
快思慢思
·
2020-08-13 02:00
spring时间管理
的配置要执行的任务packagetask;importorg.springframework.scheduling.annotation.Scheduled;importorg.springframework.
stereotype
.Service
weixin_30713953
·
2020-08-11 23:47
Spring系列之——使用模板快速搭建springboot项目
2IDEA导入模板,设置如下勾选项,其他选项卡为默认值3idea呈现4新增controller类packagecom.gbm.controller;importorg.springframework.
stereotype
.Controller
weixin_30278237
·
2020-08-11 23:23
request.getRealPath的替代方法
已经被画上线了,也就是不再建议使用.packagecontroller;importjavax.servlet.http.HttpServletRequest;importorg.springframework.
stereotype
.Controller
weixin_30542079
·
2020-08-11 18:34
Mybatis添加数据传入Map作为参数
packagecom.location.bjgwserver.mapper;importorg.apache.ibatis.annotations.Param;importorg.springframework.
stereotype
.Repository
松鼠教授
·
2020-08-11 17:54
后端
数据库
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
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
其他