
spring boot
陈先生灬
只要学不死,就往死里学
展开
-
IDEA使用Spring initializr 构建SpringBoot项目connect timed out错误的解决方案
解决方案(本人推荐): 在创建时点击:Custom,在后面输入:https://start.aliyun.com/(使用阿里云,如下图) 这个是使用阿里云生成项目,比spring官方生成项目要快很多。 对有帮助的小伙伴记得点个赞,关注一波哟~ ...原创 2020-07-29 21:54:56 · 11423 阅读 · 1 评论 -
springboot工程 seata-1.2.0 + nacos-1.3.0 + dubbo-2.7.x + shardingspehere-4.1.1 分布式高可用之AT事务最新版演示
一、准备事项 seata-server-1.2.0 ·下载地址:https://github.com/seata/seata/releases nacos-server-1.3.0 下载地址:https://github.com/alibaba/nacos/releases/tag/1.3.0 项目版本:springboot cloud alibaba 2.2.1(默认使用的是seata1.0.0版本) maven使用当前最新的seata版本 <!--Seata 包--> .原创 2020-06-23 16:46:40 · 16325 阅读 · 6 评论