本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- zysnba
- xiangjie88
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sam123456gz
- sichunli_030
- tanling8334
- arpenker
- gaojingsong
- kaizi1992
- xpenxpen
- jh108020
- 龙儿筝
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- mengjichen
- lemonhandsome
- jbosscn
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- siemens800
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
最新文章列表
零基础小白从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 ...
抛出了DataIntegrityViolationException类型的异常
抛出了DataIntegrityViolationException类型的异常,这个异常是RuntimeException类型的异常,spring的@Transactional默认就是捕捉RuntimeException异常,遇到RuntimeException异常才会处理事务回滚。
既然抛出了RuntimeException异常,那数据库自然没有插入成功了。接下来演示抛出Exception ...
邮件推送平台-外贸推广
经过多年的研发和修正,终于推出一款EMD的邮件推广平台。邮件推送管理系统 是方便用户大量群发邮件设置推送平台,目前开源的主要对接邮件服务器是QQ,163,等邮件服务器。国内无法连接gmail,要想测试gmail,请自购海外服务器,搭建本平台。
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宝船,并含有所有光的先进 ...
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 ...
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 ...
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 ...
springMVC+spring 切换springBoot2 注意事项
1.web.xml 迁移
filter迁移
/**
* 注册filter
*
* @return
*/
@Bean
public FilterRegistrationBean filterRegistrationBean() {
FilterRegistrationBean authenticationFilterbean = new ...
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 ...
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 版公布 ...
一个快速找到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 ...
Spring Cloud 功能整理
Spring Cloud 功能
开源实现
说明
通用功能
服务注册与发现
Netflix Eureka
Consul Discovery
兼容且提供替换组件
负载均衡
Netflix Ribbon
兼容
服务调用
Feign
RestTemplate
兼容
配置管理
Config Server
Consul Conf ...