Go on on on and on...


  • Home

  • Categories

  • Tags

  • Archives

  • Message

  • About

  • Search

实践Spring Enable系列之EnableConfigurationProperties

Posted on 2017-08-06 | In Java | Visitors

@EnableConfigurationProperties enable support for @ConfigurationProperties annotated beans. @ConfigurationProperties beans can be registered in the standard way (for example using @Bean methods) or, for convenience, can be specified directly on this annotation.

Read more »

实践Spring Enable系列之EnableAsync

Posted on 2017-08-05 | In Java | Visitors

EnableAsync

Read more »

实践Spring Enable系列之EnableAspectJAutoProxy

Posted on 2017-08-05 | In Java | Visitors
1
2
3
4
5
6
7
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Import(AspectJAutoProxyRegistrar.class)
public @interface EnableAspectJAutoProxy {
//...
}
Read more »

实践Spring Enable系列之EnableTransactionManagement

Posted on 2017-08-04 | In Java | Visitors

请移步-》实践Spring之事务

Read more »

实践Spring Enable系列之EnableWebMVC

Posted on 2017-08-04 | In Java | Visitors

Adding this annotation to an @Configuration class imports the Spring MVC configuration from WebMvcConfigurationSupport, e.g.:

Read more »

实践Spring Enable系列之EnableScheduling

Posted on 2017-08-04 | In Java | Visitors

Enables Spring’s scheduled task execution capability, similar to functionality found in Spring’s <task:*>XML namespace. To be used on @Configuration classes as follows:

Read more »

实践Spring Enable系列之EnableCaching

Posted on 2017-08-04 | In Java | Visitors

##

Read more »

实践Maven

Posted on 2017-08-03 | In 工具 | Visitors

介绍

Read more »

实践Markdown

Posted on 2017-08-03 | In 工具 | Visitors

Markdown is created by Daring Fireball, the original guideline is here. Its syntax, however, varies between different parsers or editors. Typora is using [GitHub Flavored Markdown][GFM].

Read more »

实践Spring Data JPA

Posted on 2017-08-01 | In 数据库 | Visitors

Spring Data JPA, part of the larger Spring Data family, makes it easy to easily implement JPA based repositories. This module deals with enhanced support for JPA based data access layers. It makes it easier to build Spring-powered applications that use data access technologies.

Read more »
1 … 117 118 119 … 121
Ray Wang

Ray Wang

My Blog

1207 posts
36 categories
RSS
© 2026 Ray Wang
Powered by Jekyll
Theme - NexT.Muse