
spring-boot-core
daniel7443
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Configuring boot servlet context and filters
A next step after you have bought into moving to java config and spring boot is tackling converting your web.xml to be configured programmatically. It is almost given that you will need to add an addi转载 2016-11-03 07:54:08 · 342 阅读 · 0 评论 -
Spring MVC - @RequestBody and @ResponseBody demystified
Spring MVC - @RequestBody and @ResponseBody demystifiedIn this post i want to dig into spring mvc a little, revealing what happens behind the scenes when a request is converted to your parameter o转载 2016-12-07 11:06:17 · 381 阅读 · 0 评论 -
Spring-boot JDBC with multiple DataSources sample
Spring-boot JDBC with multiple DataSources sampleSpring-Boot's auto-configurer seems good for simple applications. For example it automatically creates DataSource and JdbcTemplate, when yo转载 2016-11-25 08:34:58 · 594 阅读 · 0 评论 -
Using WebSocket to build an interactive web application
This guide walks you through the process of creating a "hello world" application that sends messages back and forth, between a browser and the server. WebSocket is a very thin, lightweight layer above转载 2016-12-09 13:41:13 · 550 阅读 · 0 评论 -
Annotation Type EnableLoadTimeWeaving
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Import(value=LoadTimeWeavingConfiguration.class)public @interface EnableLoadTimeWeavingActivates a Spring LoadTimeWeaver for this app转载 2017-04-21 13:13:07 · 1682 阅读 · 0 评论