随笔分类 - spring boot
摘要:pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance
阅读全文
摘要:在 Spring Boot 应用程序中,/health 端点是通过 HealthEndpoint bean 来处理的。当您访问 /health 端点时,Spring Boot 会调用 HealthEndpoint bean 的 health() 方法来检查应用程序的健康状态,并返回相应的响应。 He
阅读全文
摘要:优秀博客: https://blog.csdn.net/kaihuishang666/article/details/108405691
阅读全文
摘要:https://docs.gitcode.net/spring/guide/
阅读全文
摘要:两种使用方式等价: 方式一: @Component 和 @ConfigurationProperties(prefix = "multi-tenant") 组合 package com.xx; import lombok.Data; import org.springframework.boot.c
阅读全文
摘要:https://blog.csdn.net/u012043390/article/details/89391518
阅读全文