上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 32 下一页
摘要: 1.在t_trans_surgery_info 表中保存其他关联表的冗余字段 drop TRIGGER if EXISTS auto_set_value; CREATE TRIGGER auto_set_value BEFORE INSERT ON t_trans_surgery_info FOR 阅读全文
posted @ 2019-12-06 10:00 官萧何 阅读(422) 评论(0) 推荐(0) 编辑
摘要: 1.第一步,新建两个简单的springboot项目并创建rest接口 demo系统的rest接口 plus系统的调用接口 2.在项目pom文件里导入feign和hystrix的pom依赖包 <properties> <java.version>1.8</java.version> <spring-c 阅读全文
posted @ 2019-12-05 14:35 官萧何 阅读(6585) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/zh15732621679/article/details/80483617 阅读全文
posted @ 2019-11-29 17:41 官萧何 阅读(3187) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/12c9a9654f83 阅读全文
posted @ 2019-11-29 15:52 官萧何 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 三步上篮 1、导入redis依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> 2.编写co 阅读全文
posted @ 2019-11-28 13:36 官萧何 阅读(348) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 32 下一页