摘要: @AutoConfigureOrder(Ordered.HIGHEST_PRECEDENCE)@Configuration(proxyBeanMethods = false)//我们当前只关注这ConditionalOnWebApplication、ConditionalOnClass注解//Con 阅读全文
posted @ 2021-09-03 19:29 v17166570219 阅读(31) 评论(0) 推荐(0)
摘要: <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.5.1</version> <relativePath/> <!-- 阅读全文
posted @ 2021-09-03 09:56 v17166570219 阅读(122) 评论(0) 推荐(0)
摘要: WITH cte1(txt) AS (SELECT "This "), cte2(txt) AS (SELECT CONCAT(cte1.txt,"is a ") FROM cte1), cte3(txt) AS (SELECT "nice query" UNION SELECT "query th 阅读全文
posted @ 2021-09-03 09:06 v17166570219 阅读(164) 评论(0) 推荐(0)