随笔分类 -  SpringCloud

摘要:pom.xml加上 <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.encoding>UTF-8</maven.compiler.encoding> <!- 阅读全文
posted @ 2021-10-21 17:41 残星 阅读(521) 评论(0) 推荐(0) 编辑
摘要:<?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:sc 阅读全文
posted @ 2021-10-21 12:46 残星 阅读(98) 评论(0) 推荐(0) 编辑
摘要:springcloud项目是建立在springboot项目之上的, 为了防止两者版本不兼容带来不必要的麻烦, 我们需要找到他们之间版本的兼容关系. 好在官网给出了该列表,对应关系的地址(拉到页面的最底部"Release Trains"部分): https://spring.io/projects/s 阅读全文
posted @ 2021-10-20 20:55 残星 阅读(1085) 评论(0) 推荐(0) 编辑
摘要:https://nacos.io/zh-cn/ https://github.com/alibaba/nacos https://github.com/alibaba/nacos/releases 文档 https://github.com/alibaba/spring-cloud-alibaba/ 阅读全文
posted @ 2021-10-05 12:05 残星 阅读(581) 评论(0) 推荐(0) 编辑
摘要:https://nacos.io/zh-cn/ https://github.com/alibaba/nacos https://gitee.com/mirrors/Spring-Cloud-Alibaba sh startup.sh -m standalone 1.安装数据库,版本要求:5.6.5 阅读全文
posted @ 2021-10-02 18:06 残星 阅读(293) 评论(0) 推荐(0) 编辑