File tree Expand file tree Collapse file tree
spring-security-basic-auth
spring-security-mvc-custom
spring-security-mvc-digest-auth
spring-security-mvc-login
spring-security-rest-custom
spring-security-rest-full Expand file tree Collapse file tree Original file line number Diff line number Diff line change 188188 <jstl .version>1.2</jstl .version>
189189
190190 <!-- persistence -->
191- <hibernate .version>4.2.2 .Final</hibernate .version>
191+ <hibernate .version>4.2.3 .Final</hibernate .version>
192192 <mysql-connector-java .version>5.1.25</mysql-connector-java .version>
193193
194194 <!-- logging -->
Original file line number Diff line number Diff line change 188188 <jstl .version>1.2</jstl .version>
189189
190190 <!-- persistence -->
191- <hibernate .version>4.2.2 .Final</hibernate .version>
191+ <hibernate .version>4.2.3 .Final</hibernate .version>
192192 <mysql-connector-java .version>5.1.25</mysql-connector-java .version>
193193
194194 <!-- logging -->
Original file line number Diff line number Diff line change 171171 <javassist .version>3.18.0-GA</javassist .version>
172172
173173 <!-- persistence -->
174- <hibernate .version>4.2.2 .Final</hibernate .version>
174+ <hibernate .version>4.2.3 .Final</hibernate .version>
175175 <mysql-connector-java .version>5.1.25</mysql-connector-java .version>
176176 <tomcat-dbcp .version>7.0.41</tomcat-dbcp .version>
177177
Original file line number Diff line number Diff line change 164164 <org .springframework.security.version>3.1.4.RELEASE</org .springframework.security.version>
165165
166166 <!-- persistence -->
167- <hibernate .version>4.2.2 .Final</hibernate .version>
167+ <hibernate .version>4.2.3 .Final</hibernate .version>
168168 <mysql-connector-java .version>5.1.25</mysql-connector-java .version>
169169
170170 <!-- logging -->
Original file line number Diff line number Diff line change 125125 <org .springframework.security.version>3.1.4.RELEASE</org .springframework.security.version>
126126
127127 <!-- persistence -->
128- <hibernate .version>4.2.2 .Final</hibernate .version>
128+ <hibernate .version>4.2.3 .Final</hibernate .version>
129129 <mysql-connector-java .version>5.1.25</mysql-connector-java .version>
130130
131131 <!-- logging -->
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?><project-modules id =" moduleCoreId" project-version =" 1.5.0" >
2- <wb-module deploy-name =" spring-mvc " >
2+ <wb-module deploy-name =" spring-rest " >
33 <wb-resource deploy-path =" /" source-path =" /target/m2e-wtp/web-resources" />
44 <wb-resource deploy-path =" /" source-path =" /src/main/webapp" tag =" defaultRootSource" />
55 <wb-resource deploy-path =" /WEB-INF/classes" source-path =" /src/main/java" />
66 <wb-resource deploy-path =" /WEB-INF/classes" source-path =" /src/main/resources" />
7- <property name =" context-root" value =" spring-mvc " />
8- <property name =" java-output-path" value =" /spring-mvc /target/classes" />
7+ <property name =" context-root" value =" spring-rest " />
8+ <property name =" java-output-path" value =" /spring-rest /target/classes" />
99 </wb-module >
1010</project-modules >
Original file line number Diff line number Diff line change 11=========
22
3- ## Spring MVC Example Project
3+ ## Spring REST Example Project
44
55
66### Relevant Articles:
Original file line number Diff line number Diff line change 11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
22 <modelVersion >4.0.0</modelVersion >
33 <groupId >org.baeldung</groupId >
4- <artifactId >spring-mvc </artifactId >
4+ <artifactId >spring-rest </artifactId >
55 <version >0.1-SNAPSHOT</version >
66
7- <name >spring-mvc </name >
7+ <name >spring-rest </name >
88 <packaging >war</packaging >
99
1010 <dependencies >
7070 </dependencies >
7171
7272 <build >
73- <finalName >spring-mvc </finalName >
73+ <finalName >spring-rest </finalName >
7474 <resources >
7575 <resource >
7676 <directory >src/main/resources</directory >
125125 <org .springframework.security.version>3.1.4.RELEASE</org .springframework.security.version>
126126
127127 <!-- persistence -->
128- <hibernate .version>4.2.2 .Final</hibernate .version>
128+ <hibernate .version>4.2.3 .Final</hibernate .version>
129129 <mysql-connector-java .version>5.1.25</mysql-connector-java .version>
130130
131131 <!-- logging -->
151151 <groovy .version>1.8.9</groovy .version>
152152
153153 <!-- Maven plugins -->
154- <cargo-maven2-plugin .version>1.4.2 </cargo-maven2-plugin .version>
154+ <cargo-maven2-plugin .version>1.4.3 </cargo-maven2-plugin .version>
155155 <maven-surefire-plugin .version>2.15</maven-surefire-plugin .version>
156156 </properties >
157157
Original file line number Diff line number Diff line change 183183 <org .springframework.security.version>3.1.4.RELEASE</org .springframework.security.version>
184184
185185 <!-- persistence -->
186- <hibernate .version>4.2.2 .Final</hibernate .version>
186+ <hibernate .version>4.2.3 .Final</hibernate .version>
187187 <mysql-connector-java .version>5.1.25</mysql-connector-java .version>
188188
189189 <!-- logging -->
Original file line number Diff line number Diff line change 179179 <org .springframework.security.version>3.1.4.RELEASE</org .springframework.security.version>
180180
181181 <!-- persistence -->
182- <hibernate .version>4.2.2 .Final</hibernate .version>
182+ <hibernate .version>4.2.3 .Final</hibernate .version>
183183 <mysql-connector-java .version>5.1.25</mysql-connector-java .version>
184184
185185 <!-- logging -->
You can’t perform that action at this time.
0 commit comments