01 2020 档案

摘要:Spring Cloud Hystrix 可以实现的功能 降级,熔断... 0. 工程中引入jar包 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix- 阅读全文

posted @ 2020-01-12 23:03 指尖,写不尽 阅读(155) 评论(0) 推荐(0)

摘要:1.复制表数据和结构 create table new_table_name select * from table_name; new_table_name 新表 table_name 源表 2.只复制表结构 create table new_table_name like table_name; 阅读全文

posted @ 2020-01-07 18:04 指尖,写不尽 阅读(445) 评论(0) 推荐(0)

导航