08 2021 档案

摘要:#mybatis日志 mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl #全局设置主键生成策略 mybatis-plus.global-config.db-config.id-type=au 阅读全文
posted @ 2021-08-30 16:13 应景的BGM 阅读(33) 评论(0) 推荐(0)
摘要:spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.url=jdbc:mysql://localhost:3306/mybatis_plus?serverTimezone=GMT%2B8 spr 阅读全文
posted @ 2021-08-30 15:45 应景的BGM 阅读(264) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-08-25 11:27 应景的BGM 阅读(22) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-08-19 16:48 应景的BGM 阅读(56) 评论(0) 推荐(0)
摘要:@HystrixCommand(fallbackMethod = "降级方法名",commandProperties = { @HystrixProperty(name = “circuitBreaker.enable",value = "true"),//开启断路器 @HystrixPropert 阅读全文
posted @ 2021-08-19 10:35 应景的BGM 阅读(90) 评论(0) 推荐(0)