随笔分类 -  Spring

摘要:请问分布式事务一致性与raft或paxos协议解决的一致性问题是同一回事吗? - 知乎 https://www.zhihu.com/question/275845393 分布式事务11_TCC 两阶段型、补偿型 - 架构师的成长之路的博客 - CSDN博客https://blog.csdn.net/ 阅读全文
posted @ 2019-02-21 13:47 任国强 阅读(1113) 评论(0) 推荐(0) 编辑
摘要:Spring Roohttp://projects.spring.io/spring-roo/ Spring Roo - Reference Documentationhttps://docs.spring.io/spring-roo/docs/2.0.x/reference/html/ Sprin 阅读全文
posted @ 2019-02-14 09:07 任国强 阅读(264) 评论(0) 推荐(0) 编辑
摘要:spring datasource 密码加密后运行时解密的解决办法 - 一号门-程序员的工作,程序员的生活(java,python,delphi实战)http://www.yihaomen.com/article/java/420.htm spring jdbc配置文件进行加密解密 - 游鱼 - 博 阅读全文
posted @ 2019-01-22 13:59 任国强 阅读(4001) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/renfufei/article/details/39553639 阅读全文
posted @ 2019-01-07 14:40 任国强 阅读(6903) 评论(0) 推荐(0) 编辑
摘要:spring boot java代码中获取spring.profiles.active - u013042707的专栏 - CSDN博客https://blog.csdn.net/u013042707/article/details/80632057 在Java类中取web.xml中配置的profi 阅读全文
posted @ 2018-12-06 17:51 任国强 阅读(1090) 评论(0) 推荐(0) 编辑
摘要:前三篇不错 Spring.profile实现开发、测试和生产环境的配置和切换 - Strugglion - 博客园https://www.cnblogs.com/strugglion/p/7091021.html 详解Spring中的Profile - 简书https://www.jianshu.c 阅读全文
posted @ 2018-11-02 11:30 任国强 阅读(2274) 评论(0) 推荐(0) 编辑
摘要:https://docs.oracle.com/cd/E19509-01/820-5892/ref_xatrans/index.html Weblogic支持基于JPA规范的强一致性的XA事务,应对传统应用,还可以支撑得住。 互联网企业采用柔性事务: https://www.atomikos.com 阅读全文
posted @ 2018-06-21 17:53 任国强 阅读(137) 评论(0) 推荐(0) 编辑
摘要:https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-profiles.html https://www.jianshu.com/p/948c303b2253 https://www.mkyong.c 阅读全文
posted @ 2018-06-04 11:29 任国强 阅读(234) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2018-05-31 23:06 任国强 阅读(1) 评论(0) 推荐(0) 编辑
摘要:http://www.javacoder.top/home.jsp# http://springboot.fun/ 一个常用的支付子项目 https://gitee.com/52itstyle/spring-boot-pay 阅读全文
posted @ 2018-05-17 17:12 任国强 阅读(1858) 评论(0) 推荐(0) 编辑
摘要:https://www.imooc.com/video/9331 声明式事务 @Transactiona() 编程式事务 非模板式(不使用TransactionTemplate) 非模板式(不使用TransactionTemplate) http://cailangwei.blog.163.com/ 阅读全文
posted @ 2018-04-09 09:17 任国强 阅读(1147) 评论(0) 推荐(1) 编辑
摘要:spring-web-4.3.3 http(http协议的实现类)和web包(应用,上下文,会话,cookies,过滤器等等) spring-webmvc-4.3.3 主要是一些view层的核心封装,提供各前端技术及标签支持。 servlet包(各种view引擎:FreeMarker,Velocit 阅读全文
posted @ 2018-03-24 23:00 任国强 阅读(592) 评论(0) 推荐(0) 编辑
摘要:@Resource是JDK的annotation包下相关的类。 Resource,顾名思义,可以修饰任何资源,比如图片,XML文件,包括Mybatis的XML文件。 @Autowired是Spring的annotation包下相关的类。 https://www.zhihu.com/question/ 阅读全文
posted @ 2018-03-12 22:17 任国强 阅读(236) 评论(0) 推荐(0) 编辑
摘要:package org.jeecgframework.core.timer; import org.springframework.scheduling.annotation.Scheduled; import org.springframework.stereotype.Component; @Component public class Job { // @Scheduled... 阅读全文
posted @ 2018-01-17 18:14 任国强 阅读(334) 评论(0) 推荐(0) 编辑
摘要:TransactionDefinition Interface that defines Spring-compliant transaction properties. Based on the propagation behavior definitions analogous to EJB C 阅读全文
posted @ 2017-12-25 15:10 任国强 阅读(489) 评论(0) 推荐(0) 编辑
摘要:mysql java.sql; Connection org.springframework.transaction; TransactionDefinitio/** org.springframework.transaction.annotation; enum Isolation org.spr 阅读全文
posted @ 2017-12-25 10:21 任国强 阅读(489) 评论(0) 推荐(0) 编辑
摘要:/* * Copyright 2002-2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * ... 阅读全文
posted @ 2017-12-19 17:44 任国强 阅读(726) 评论(0) 推荐(0) 编辑
摘要:https://zhuanlan.zhihu.com/p/27887568 能画第一张表,根据表描述。 阅读全文
posted @ 2017-11-21 18:02 任国强 阅读(237) 评论(0) 推荐(0) 编辑
摘要:@RequestMapping(value = "zhiZuoZhuanWen") public String zhiZuoZhuanWen(HttpServletRequest request, String tongzhisbm,String notice, String noticeMailAttach,String noti... 阅读全文
posted @ 2017-11-15 12:32 任国强 阅读(130) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/angus_17/article/details/7543478 http://bbs.csdn.net/topics/390175654 https://www.zhihu.com/question/39356740 http://www.cnblogs. 阅读全文
posted @ 2017-07-26 16:43 任国强 阅读(226) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示