Loading...
SpringBoot Actuator 默认找不到 HttpTrace 的问题Spring 文档地址:https://docs.spring.io/spring-boot/docs/2.3.1.RELEASE/reference/html/production-ready-features.html#production-ready-http-tracing给Spring 注册一个 Htt...
1.准备数据库因为是集群,肯定要数据一致性的,所以要用到数据库(Mysql),目前 Nacos 也只支持 mysql 数据库。下载 nacos-server 文件后,有 nacos 提供的数据库文件,创建好数据库导入进去就可以了。 然后在 application.properties 修改 jdbc 配置#*************** Config Module Related Confi...
前提条件安装好 nacos, 初始化 SpringBoot 项目nacos 官方地址:https://nacos.io/zh-cn/使用版本Springboot 2.2.2.RELEASENacos config 0.2.7导入 Nacos 依赖 <dependency> <groupId>com.alibaba.boot<...
maven 依赖 <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-cache</artifactId> </dependency>配置启动类在启动类上添加 @EnableCaching@SpringBootApplica...
阿里巴巴数据库事业部出品,为监控而生的数据库连接池 https://github.com/alibaba/druid/wikimaven 安装<dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId> <ve...
最近搜狗的那个生成 url.cn 短链接挂了,导致我那个 api 也挂了,然后又去重新找了个可用接口接口地址: https://v1.alapi.cn/api/url?type=2&url=xxxxxx 为要缩短的长网址详细信息可查看:https://www.alapi.cn/shorturl.html