摘要:
报错No active profile set, falling back to default profiles pom.xml加上下面两个依赖 阅读全文
摘要:
1.pom.xml 2.UserConsumerDemoApplication.java 3.UserClient.java 4.UserFController.java 阅读全文
摘要:
1.pom.xml 2.入口文件:UserConsumerDemoApplication.java 3.UserRibbonController.java 阅读全文
摘要:
1.线程隔离,服务降级(服务的消费方做降级处理) 当服务繁忙时,如果服务出现异常,不是粗暴的直接报错,而是返回一个友好的提示,虽然拒绝了用户的访问,但是会返回一个结果。 这就好比去买鱼,平常超市买鱼会额外赠送杀鱼的服务。等到逢年过节,超时繁忙时,可能就不提供杀鱼服务了,这就是服务的降级。 系统特别繁 阅读全文
摘要:
1. 报错信息 阅读全文
摘要:
1.pom.xml 2.application.yaml 3.入口文件 UserApplication.java 4.UserController.java 阅读全文
摘要:
接口类: 实体类: 配置: 入口文件: UserService: UserServiceImpl: controller文件: 打开浏览器,访问: http://localhost:8887/user/index?id=1 { "id": 1, "mobile": "13851848299", "n 阅读全文
摘要:
mybatis 搭建 数据库链接 阅读全文