diff --git a/readme.md b/readme.md
index 039eaff2f..e5cb6e0a7 100644
--- a/readme.md
+++ b/readme.md
@@ -48,7 +48,7 @@ File -> Import -> Maven -> Existing Maven project
Java Config branch |
- Petclinic uses XML configuration by default. In case you'd like to use Java Config instead, there is a Java Config branch available here. Thanks to Antoine Rey for his contribution.
+ Petclinic uses XML configuration by default. In case you'd like to use Java Config instead, there is a Java Config branch available here. Thanks to Antoine Rey for his contribution.
|
@@ -56,11 +56,11 @@ File -> Import -> Maven -> Existing Maven project
Spring MVC - XML integration |
- mvc-view-config.xml |
+ MvcViewConfig.java |
Spring MVC - ContentNegotiatingViewResolver |
- mvc-view-config.xml |
+ MvcViewConfig.java |
JSP custom tags |
@@ -72,7 +72,7 @@ File -> Import -> Maven -> Existing Maven project
webjars |
webjars declaration inside pom.xml
- Resource mapping in Spring configuration
+ Resource mapping in Spring configuration
sample usage in JSP |
@@ -104,21 +104,21 @@ File -> Import -> Maven -> Existing Maven project
Transactions |
- business-config.xml
+ BusinessConfig.java
ClinicServiceImpl.java
|
Cache |
- tools-config.xml
+ ToolsConfig.java
ClinicServiceImpl.java
|
Bean Profiles |
- business-config.xml
+ JdbcConfig.java
ClinicServiceJdbcTests.java
web.xml
|
@@ -126,19 +126,21 @@ File -> Import -> Maven -> Existing Maven project
JdbcTemplate |
- business-config.xml
+ JdbcConfig.java
jdbc folder |
JPA |
- business-config.xml
+ SharedJpaConfig.java
+ JpaConfig.java
jpa folder |
Spring Data JPA |
- business-config.xml
+ SharedJpaConfig.java
+ SpringDataJpaConfig.java
springdatajpa folder |