08 2021 档案
摘要:#mybatis日志 mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl #全局设置主键生成策略 mybatis-plus.global-config.db-config.id-type=au
阅读全文
摘要:spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.url=jdbc:mysql://localhost:3306/mybatis_plus?serverTimezone=GMT%2B8 spr
阅读全文
摘要:@HystrixCommand(fallbackMethod = "降级方法名",commandProperties = { @HystrixProperty(name = “circuitBreaker.enable",value = "true"),//开启断路器 @HystrixPropert
阅读全文