- 博客(16)
- 收藏
- 关注
原创 记一次事务失效的问题
@PropertySource("classpath:tx.properties")@Configuration@ComponentScan(basePackages = "org.panrd.service")@EnableTransactionManagementpublic class TxConfig2 implements EnvironmentAware { public TxConfig2() { System.out.println("Txconfig2--.
2020-05-21 18:37:34
257
原创 记一次Environment注入失败的原因
@PropertySource("classpath:tx.properties")@Configurationpublic class TxConfig { public TxConfig() { System.out.println("Txconfig-------"); } @Autowired private Environment environment; @Bean public DataSource dataSource.
2020-05-19 12:37:07
1939
转载 http://www.imooc.com/article/252889?block_id=tuijian_wz
深入理解spring注解@PropertySource的实现原理
2019-03-04 11:28:37
634
转载 Quartz Scheduler misfireThreshold属性的意义与触发器超时后的处理策略
https://www.cnblogs.com/daxin/p/3919927.html
2018-12-27 15:51:24
190
转载 Spring Boot2中Spring Security导致Eureka注册失败
https://cloud.tencent.com/developer/article/1101073
2018-07-01 19:28:30
501
转载 【bug记录】jpa 解决org.hibernate.lazyinitializationexception could not initialize proxy - no session
https://www.cnblogs.com/hellxz/p/9037597.html
2018-06-24 10:58:52
1375
转载 centos7/rhel7安装较高版本ruby2.2/2.3/2.4+
https://www.cnblogs.com/ding2016/p/7903147.html
2018-06-06 11:32:48
383
转载 CentOS设置系统时间与网络时间同步
https://www.linuxidc.com/Linux/2016-07/133755.htm下面介绍一下与时间服务器上的时间同步的方法1. 安装ntpdate工具# yum -y install ntp ntpdate2. 设置系统时间与网络时间同步# ntpdate cn.pool.ntp.org3. 将系统时间写入硬件时间# hwclock --systohc...
2018-05-24 11:41:42
262
转载 spring aop切面编程实现操作日志步骤
https://www.cnblogs.com/nizuimeiabc1/p/7650898.html
2018-04-17 21:12:25
862
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人