File tree Expand file tree Collapse file tree 11 files changed +15
-34
lines changed
src/main/java/example/users/web Expand file tree Collapse file tree 11 files changed +15
-34
lines changed Original file line number Diff line number Diff line change 9
9
<name >Spring Data - Using the BOM for dependency management</name >
10
10
11
11
<properties >
12
- <spring .version>4.2.0 .RELEASE</spring .version>
13
- <spring-data .version>Fowler -RELEASE</spring-data .version>
12
+ <spring .version>4.2.1 .RELEASE</spring .version>
13
+ <spring-data .version>Gosling -RELEASE</spring-data .version>
14
14
</properties >
15
15
16
16
<dependencyManagement >
Original file line number Diff line number Diff line change 8
8
<version >1.0.0.BUILD-SNAPSHOT</version >
9
9
</parent >
10
10
11
- <properties >
12
- <spring-data-releasetrain .version>Gosling-BUILD-SNAPSHOT</spring-data-releasetrain .version>
13
- </properties >
14
-
15
11
<artifactId >spring-data-jpa-java8</artifactId >
16
12
<name >Spring Data JPA - Java 8 specific features</name >
17
-
13
+
18
14
</project >
Original file line number Diff line number Diff line change 11
11
<artifactId >spring-data-jpa-security</artifactId >
12
12
<name >Spring Data JPA - Spring Security integration</name >
13
13
14
- <properties >
15
- <spring-security .version>4.0.0.RELEASE</spring-security .version>
16
- </properties >
17
-
18
14
<dependencies >
19
15
<dependency >
20
16
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 11
11
<artifactId >spring-data-mongodb-security</artifactId >
12
12
<name >Spring Data MongoDB - Spring Security Integration</name >
13
13
14
- <properties >
15
- <spring-data-releasetrain .version>Gosling-BUILD-SNAPSHOT</spring-data-releasetrain .version>
16
- </properties >
17
-
18
14
<dependencies >
19
15
20
16
<dependency >
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.springframework.boot</groupId >
14
14
<artifactId >spring-boot-starter-parent</artifactId >
15
- <version >1.3.0.M2 </version >
15
+ <version >1.3.0.M4 </version >
16
16
</parent >
17
17
18
18
<modules >
33
33
34
34
<apt .version>1.1.3</apt .version>
35
35
<java .version>1.8</java .version>
36
- <spring .version>4.2.0 .RELEASE</spring .version>
36
+ <spring .version>4.2.1 .RELEASE</spring .version>
37
37
<querydsl .version>3.6.6</querydsl .version>
38
- <spring-data-releasetrain .version>Gosling-RC1</spring-data-releasetrain .version>
38
+ <spring-hateoas .version>0.19.0.RELEASE</spring-hateoas .version>
39
+ <spring-data-releasetrain .version>Gosling-RELEASE</spring-data-releasetrain .version>
39
40
40
41
</properties >
41
42
Original file line number Diff line number Diff line change 22
22
<module >headers</module >
23
23
</modules >
24
24
25
- <properties >
26
- <spring-hateoas .version>0.18.0.RELEASE</spring-hateoas .version>
27
- </properties >
28
-
29
25
<dependencies >
30
26
<dependency >
31
27
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 22
22
<dependency >
23
23
<groupId >com.mysema.querydsl</groupId >
24
24
<artifactId >querydsl-mongodb</artifactId >
25
- <version >3.6.6 </version >
25
+ <version >${querydsl.version} </version >
26
26
</dependency >
27
27
28
28
<dependency >
29
29
<groupId >org.springframework.data</groupId >
30
30
<artifactId >spring-data-rest-hal-browser</artifactId >
31
+ <version >2.4.0.DATAREST-627-SNAPSHOT</version >
31
32
<scope >runtime</scope >
32
33
</dependency >
33
34
Original file line number Diff line number Diff line change 4
4
5
5
<artifactId >spring-data-web-example</artifactId >
6
6
7
- <name >Spring Data - Web support example</name >
7
+ <name >Spring Data - Basic web example</name >
8
8
9
9
<parent >
10
10
<groupId >org.springframework.data.examples</groupId >
Original file line number Diff line number Diff line change 11
11
<version >1.0.0.BUILD-SNAPSHOT</version >
12
12
</parent >
13
13
14
- <name >Spring Data Web - Examples </name >
14
+ <name >Spring Data - Web examples </name >
15
15
<description >Sample projects for Spring Data Web Support</description >
16
16
<inceptionYear >2015</inceptionYear >
17
17
Original file line number Diff line number Diff line change 4
4
5
5
<artifactId >spring-data-web-querydsl</artifactId >
6
6
7
- <name >Spring Data Web - QueryDSL Example </name >
7
+ <name >Spring Data - QueryDSL web example </name >
8
8
9
9
<parent >
10
10
<groupId >org.springframework.data.examples</groupId >
11
11
<artifactId >spring-data-web-examples</artifactId >
12
12
<version >1.0.0.BUILD-SNAPSHOT</version >
13
13
</parent >
14
14
15
- <properties >
16
- <spring-hateoas .version>0.18.0.BUILD-SNAPSHOT</spring-hateoas .version>
17
- <spring-data-releasetrain .version>Gosling-BUILD-SNAPSHOT</spring-data-releasetrain .version>
18
- </properties >
19
-
20
15
<dependencies >
21
16
22
17
<dependency >
80
75
81
76
<build >
82
77
<plugins >
83
-
78
+
84
79
<plugin >
85
80
<groupId >org.springframework.boot</groupId >
86
81
<artifactId >spring-boot-maven-plugin</artifactId >
87
82
</plugin >
88
-
83
+
89
84
<plugin >
90
85
<groupId >com.mysema.maven</groupId >
91
86
<artifactId >apt-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 21
21
22
22
import org .springframework .beans .factory .annotation .Autowired ;
23
23
import org .springframework .data .domain .Pageable ;
24
- import org .springframework .data .web . querydsl .QuerydslPredicate ;
24
+ import org .springframework .data .querydsl . binding .QuerydslPredicate ;
25
25
import org .springframework .stereotype .Controller ;
26
26
import org .springframework .ui .Model ;
27
27
import org .springframework .util .MultiValueMap ;
You can’t perform that action at this time.
0 commit comments