
微服务
文章平均质量分 55
Young--
这个作者很懒,什么都没留下…
展开
-
三. 微服务之springbootalibaba seata注册到 nacos 配置分布式事务
steata文档 本次使用1.3.0版本 1 sql steata服务端sql create table seata.branch_table ( branch_id bigint not null primary key, xid varchar(128) not null, transaction_id bigint null, resource_group_id varc原创 2021-07-26 15:56:44 · 325 阅读 · 0 评论 -
三. 微服务之springbootalibaba gateway注册到 nacos
nacos官网 我使用的是1.4.2版本nacos group分组禁止数字0开头 gateway网关配置 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://mave原创 2021-07-26 15:34:36 · 648 阅读 · 0 评论 -
一 . 微服务之springbootalibaba版本控制
springbootalibaba版本说明 我使用的springCloud Alibaba Version 是2.2.6RELEASE <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati原创 2021-07-20 11:07:35 · 2113 阅读 · 0 评论 -
二 . 微服务之springbootalibaba版本 nacos1.4.2
springbootalibaba标准配置原创 2021-07-15 19:17:34 · 783 阅读 · 0 评论 -
FeignClient上传文件配置
@FeignClient(name = "pms-rms",configuration = IFileUploadClient.MultipartSupportConfig.class) public interface IFileUploadClient { /** * 根据条件查询集合 * @param flFileupload * @return */ @RequestMapping("/module/fileManage/fileManageF原创 2021-06-22 19:44:20 · 436 阅读 · 0 评论