摘要: SpringBoot Jar 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/XML 阅读全文
posted @ 2020-12-04 14:42 dunkbird 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 1 、SpringBoot启动类加上 注解 @EnableWebMvc @SpringBootApplication @EnableWebMvc public class Application { public static void main(String[] args) { SpringApp 阅读全文
posted @ 2020-10-21 16:17 dunkbird 阅读(361) 评论(0) 推荐(0) 编辑
摘要: http://terasolunaorg.github.io/guideline/5.6.0.RELEASE/ja/ArchitectureInDetail/WebApplicationDetail/Validation.html#validation-jsr380-doc SpringBoot V 阅读全文
posted @ 2020-10-21 11:46 dunkbird 阅读(83) 评论(0) 推荐(0) 编辑
摘要: https://github.com/eugenp/tutorials/tree/master/persistence-modules 官方指南https://docs.amazonaws.cn/amazondynamodb/latest/developerguide/CodeSamples.Jav 阅读全文
posted @ 2020-10-12 10:50 dunkbird 阅读(327) 评论(1) 推荐(0) 编辑
摘要: 【Consul】Consul架构-简介 https://blog.csdn.net/truong/article/details/73330422?utm_medium=distribute.pc_relevant.none-task-blog-title-8&spm=1001.2101.3001. 阅读全文
posted @ 2020-09-27 14:11 dunkbird 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 秒懂:tomcat 最大线程数 最大连接数 阅读全文
posted @ 2020-09-24 17:49 dunkbird 阅读(1363) 评论(0) 推荐(0) 编辑
摘要: 使用 Spring Cloud Sleuth 实现链路监控 https://www.cnkirito.moe/spring-cloud-sleuth/ 阅读全文
posted @ 2020-09-22 15:17 dunkbird 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 转自: 实用技巧:Spring Cloud中,如何优雅下线微服务? https://www.jianshu.com/p/82fb442480c3 springcloud中微服务的优雅停机(已验证) https://www.cnblogs.com/shihaiming/p/11408684.html 阅读全文
posted @ 2020-09-17 09:40 dunkbird 阅读(784) 评论(0) 推荐(0) 编辑
摘要: import java.time.Duration;import org.apache.commons.pool2.impl.GenericObjectPoolConfig;import org.springframework.beans.factory.annotation.Value;impor 阅读全文
posted @ 2020-09-02 16:42 dunkbird 阅读(118) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_34228881/article/details/85118869 阅读全文
posted @ 2020-08-28 18:08 dunkbird 阅读(273) 评论(0) 推荐(0) 编辑