最新文章列表

Spring Gateway 接口返回值脱敏

package com.huatech.gateway.filter; import cn.hutool.http.ContentType; import cn.hutool.http.Header; import cn.hutool.json.JSONUtil; import com.alibaba.fastjson.JSONArray; import com.alibaba.f ...
hbxflihua 评论(0) 有1594人浏览 2023-10-20 09:55

零基础小白从0到1的spring cloud alibaba 全家桶项目

零基础暖心计划课程内容 https://sparrowzoo.feishu.cn/drive/folder/fldcnq4HSou8VzzxaV5j0R97TWg 原型 https://mastergo.com/file/72419140498526?page_id=46%3A74 事件风暴 https://miro.com/app/board/uXjVOrN6 ...
zh_harry 评论(0) 有2436人浏览 2022-10-18 02:15

抛出了DataIntegrityViolationException类型的异常

抛出了DataIntegrityViolationException类型的异常,这个异常是RuntimeException类型的异常,spring的@Transactional默认就是捕捉RuntimeException异常,遇到RuntimeException异常才会处理事务回滚。   既然抛出了RuntimeException异常,那数据库自然没有插入成功了。接下来演示抛出Exception ...
plg17 评论(0) 有8人浏览 2021-11-29 18:57

邮件推送平台-外贸推广

​经过多年的研发和修正,终于推出一款EMD的邮件推广平台。邮件推送管理系统  是方便用户大量群发邮件设置推送平台,目前开源的主要对接邮件服务器是QQ,163,等邮件服务器。国内无法连接gmail,要想测试gmail,请自购海外服务器,搭建本平台。​  
pxjianke 评论(0) 有198人浏览 2021-09-11 22:30

Java通用代码生成器光2.2.0 智慧尝鲜版十一恢复了经典Spring格式打包

Java通用代码生成器光2.2.0 智慧尝鲜版十一恢复了经典Spring格式打包 来源: 投稿 作者: 火箭船 2021-03-19  0 Java通用代码生成器光2.2.0 智慧尝鲜版十一恢复了经典Spring格式打包 光2.2.0 智慧尝鲜版十一恢复了对smeu技术栈的支持,兼容和平之翼代码生成器smeu版4.1.0宝船,并含有所有光的先进 ...
jerry_shen 评论(0) 有341人浏览 2021-03-19 13:02

Spring框架里解析配置文件的准确位置

We can define bean configuration in xml and then can get instantiated bean instance with help of all kinds of containers for example ClassPathXmlApplicationContext as displayed below:     The con ...
JerryWang_SAP 评论(0) 有302人浏览 2021-03-17 09:38

Spring里component-scan的工作原理

In Spring configuration xml file, we can define a package for tag component-scan, which tells Spring framework to search all classes within this specified package, to look for those classes which are ...
JerryWang_SAP 评论(0) 有377人浏览 2021-03-16 10:35

Java注解@Autowired的工作原理

Suppose I have a bean named HelloWorld which has a member attribute points to another bean User.     With annotation @Autowired, as long as getBean is called in the runtime, the returned HelloWor ...
JerryWang_SAP 评论(0) 有550人浏览 2021-03-16 10:34

springMVC+spring 切换springBoot2 注意事项

1.web.xml 迁移    filter迁移      /** * 注册filter * * @return */ @Bean public FilterRegistrationBean filterRegistrationBean() { FilterRegistrationBean authenticationFilterbean = new ...
lsh2366254 评论(0) 有316人浏览 2021-02-25 11:34

spring2.0+ehcache2.1.0配置

记录使用ehcache时遇到的两个问题 一、原使用的是spring2.0+ehcache1.2.4.jar,在jdk1.6+tomcat6下运行正常,升级为jdk1.7+tomcat7后,第一次访问报错500,再刷新正常访问。 关键错误信息: net.sf.ehcache.CacheException: cacheNameCache:Could not remove disk store ent ...
hanxin830311 评论(0) 有778人浏览 2021-02-03 09:43

Java 通用代码生成器光 2.1.0 信念 Beta3版公布,升级SpringBoot至2.2.2,为支持SpringCloud H做好准备

Java 通用代码生成器光 2.1.0 信念 Beta3版公布,升级SpringBoot至2.2.2,为支持SpringCloud H做好准备 大家好! Java 通用代码生成器光 2.1.0 信念 Beta3 版公布 ...
jerry_shen 评论(0) 有407人浏览 2020-11-09 22:26

一个快速找到Spring框架是在哪里找到XML配置文件并解析Beans定义的小技巧

We can define bean configuration in xml and then can get instantiated bean instance with help of all kinds of containers for example ClassPathXmlApplicationContext as displayed below:     The con ...
JerryWang_SAP 评论(0) 有413人浏览 2020-10-14 12:45

Spring Cloud 功能整理

Spring Cloud 功能 开源实现 说明 通用功能 服务注册与发现 Netflix Eureka Consul Discovery 兼容且提供替换组件 负载均衡 Netflix Ribbon 兼容 服务调用 Feign RestTemplate 兼容 配置管理   Config Server Consul Conf ...
chengyue2007 评论(0) 有322人浏览 2020-09-30 10:34

Java面试集锦(一)

计算机网络 摘要:1. 在浏览器中输入url地址 显示主页的过程,整个过程会使用哪些协议 image.jpeg总体来说分为以下几个过程: DNS解析 TCP连接 发送HTTP请求 ...
kaizi1992 评论(0) 有602人浏览 2020-08-05 09:47

最近博客热门TAG

应用服务器(43289) Spring(40812) Hibernate(33330) Tomcat(28345) 框架(27200) 设计模式(24056) Servlet(23314) Struts(22805) Bean(22194) 企业应用(18270) thread(15826) 多线程(14801) SUN(11436) 虚拟机(11382) Cache(11314) Security(8002) SSH(7109) DAO(6880) MVC(6206) AOP(6187)

博客电子书下载排行

    >>浏览更多下载

    相关资讯

    相关讨论

    Global site tag (gtag.js) - Google Analytics