branch master->develop->test->release test branck edit release first
mytt.cloudfoundry.com
open.taobao.com
The following items should be installed in your system:
- Maven 3 (http://www.sonatype.com/books/mvnref-book/reference/installation.html)
- git command line tool (https://help.github.com/articles/set-up-git)
- Eclipse with the m2e plugin (m2e is installed by default when using the STS (http://www.springsource.org/sts) distribution of Eclipse)
Note: when m2e is available, there is an m2 icon in Help -> About dialog. If m2e is not there, just follow the install process here: http://eclipse.org/m2e/download/
...submit test...
| Inside the 'Web' layer | Files |
|---|---|
| Spring MVC- Atom integration | VetsAtomView.java mvc-view-config.xml |
| Spring MVC - XML integration | mvc-view-config.xml |
| Spring MVC - ContentNegotiatingViewResolver | mvc-view-config.xml |
| Spring MVC Test Framework | VisitsViewTest.java |
| JSP custom tags | WEB-INF/tags createOrUpdateOwnerForm.jsp |
| webjars |
webjars declaration inside pom.xml Resource mapping in Spring configuration sample usage in JSP |
| Dandelion-datatables | ownersList.jsp vetList.jsp web.xml |
| Thymeleaf branch | See here |
| Branch using GemFire and Spring Data GemFire instead of ehcache (thanks Bijoy Choudhury) | See here |
| 'Service' and 'Repository' layers | Files |
|---|---|
| Transactions | business-config.xml ClinicServiceImpl.java |
| Cache | tools-config.xml ClinicServiceImpl.java |
| Bean Profiles | business-config.xml ClinicServiceJdbcTests.java web.xml |
| JdbcTemplate | business-config.xml jdbc folder |
| JPA | business-config.xml jpa folder |
| Spring Data JPA | business-config.xml springdatajpa folder |
| Others | Files |
|---|---|
| Gradle branch | See here |
| Name | Issue |
|---|---|
| Spring JDBC: simplify usage of NamedParameterJdbcTemplate | SPR-10256 and SPR-10257 |
| Bean Validation / Hibernate Validator: simplify Maven dependencies and backward compatibility | HV-790 and HV-792 |
| Spring Data: provide more flexibility when working with JPQL queries | DATAJPA-292 |
| Eclipse: validation bug when working with .tag/.tagx files | STS-3294 |