Go on on on and on...


  • Home

  • Categories

  • Tags

  • Archives

  • Message

  • About

  • Search

实践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

标题


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 »

实践Spring之事务

Posted on 2017-07-28 | In 数据库 | Visitors

EnableTransactionManagement

Read more »

实践Spring之IoC或DI

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

面向对象编程中很重要的一步就是进行对象设计和定义(比如类或接口等),而下一步就要考虑如何使用这些对象,一般是先通过实例化对象来生产实例,然后调用实例的方法来执行逻辑。其中实例化有多种方法,传统的new,Class.forName()和反射等,当项目较大,对象和实例将会非常多,依赖关系也会较为复杂,一般传统的方式会较难控制。Spring提供的IoC或DI,使用配置的方式来完成实例容器、实例化、实例间的依赖关系(依赖注入)和生命周期管理等。

Read more »

实践Spring Data

Posted on 2017-07-26 | In 数据库 | Visitors

Spring Data’s mission is to provide a familiar and consistent, Spring-based programming model for data access while still retaining the special traits of the underlying data store. It makes it easy to use data access technologies, relational and non-relational databases, map-reduce frameworks, and cloud-based data services. This is an umbrella project which contains many subprojects that are specific to a given database. The projects are developed by working together with many of the companies and developers that are behind these exciting technologies.

Read more »

实践Spring Data Rest

Posted on 2017-07-26 | In 数据库 | Visitors

Spring Data Rest is part of the umbrella Spring Data project and makes it easy to build hypermedia-driven REST web services on top of Spring Data repositories.

Read more »
1 … 109 110 111 … 113
Ray Wang

Ray Wang

My Blog

1123 posts
29 categories
RSS
© 2025 Ray Wang
Powered by Jekyll
Theme - NexT.Muse