springboot
fyinthesky
这个作者很懒,什么都没留下…
展开
-
springboot2 jersey
==============jersey=============== https://www.jianshu.com/p/c14a9028e6e7 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>sp...原创 2019-05-24 14:35:57 · 488 阅读 · 0 评论 -
springboot2 error page
=============springboot2 error page============ https://www.baeldung.com/spring-boot-custom-error-page error page [1]resources\templates\error\404.html [2] @RestController public class MyErrorControl...原创 2019-05-24 15:01:06 · 770 阅读 · 0 评论 -
@ConfigurationProperties 使用
@ConfigurationProperties 使用 背景,可以把属性文件读到bean里方便使用。 【1】 pom.xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-...原创 2019-05-23 13:28:42 · 2324 阅读 · 0 评论 -
springboot + apache kafka
springboot + apache kafka [一] 建立springboot 整合 1 建立springboot启动项目 [1]在maven中修改pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns...原创 2019-06-04 14:58:36 · 451 阅读 · 0 评论 -
springboot 部分知识点
springboot 部分知识点 https://docs.spring.io/spring-boot/docs/2.1.5.RELEASE/reference/htmlsingle/#getting-started-first-application-annotations springboot parent spring-boot-starter-parent 包含了默认...原创 2019-07-01 15:47:56 · 224 阅读 · 0 评论