Go on on on and on...


  • Home

  • Categories

  • Tags

  • Archives

  • Message

  • About

  • Search

实践SDKMAN

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

介绍

Read more »

实践Spring Enable系列之EnableJpaRepositories

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

Annotation to enable JPA repositories. Will scan the package of the annotated configuration class for Spring Data repositories by default.

Read more »

实践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 »
1 … 112 113 114 … 116
Ray Wang

Ray Wang

My Blog

1159 posts
32 categories
RSS
© 2025 Ray Wang
Powered by Jekyll
Theme - NexT.Muse