File tree Expand file tree Collapse file tree 5 files changed +21
-5
lines changed Expand file tree Collapse file tree 5 files changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ repositories {
31
31
maven { url " https://oss.sonatype.org/content/repositories/snapshots/" }
32
32
}
33
33
34
+ ext[' thymeleaf-spring5.version' ] = ' 3.0.8-SNAPSHOT'
35
+
34
36
dependencies {
35
37
compile(' org.springframework.boot:spring-boot-starter-webflux' )
36
38
compile(' org.synchronoss.cloud:nio-multipart-parser:1.1.0' )
Original file line number Diff line number Diff line change 27
27
baseName = ' learning-spring-boot'
28
28
version = ' 0.0.1-SNAPSHOT'
29
29
}
30
+
31
+ // tag::build-info[]
32
+ springBoot {
33
+ buildInfo()
34
+ }
35
+ // end::build-info[]
36
+
30
37
sourceCompatibility = 1.8
31
38
targetCompatibility = 1.8
32
39
@@ -37,6 +44,8 @@ repositories {
37
44
maven { url " https://oss.sonatype.org/content/repositories/snapshots/" }
38
45
}
39
46
47
+ ext[' thymeleaf-spring5.version' ] = ' 3.0.8-SNAPSHOT'
48
+
40
49
dependencies {
41
50
compile(' org.springframework.boot:spring-boot-starter-actuator' )
42
51
compile(' org.springframework.boot:spring-boot-starter-data-mongodb-reactive' )
Original file line number Diff line number Diff line change 1
- spring.devtools.remote.secret =learning-spring-boot
1
+ spring.devtools.remote.secret =learning-spring-boot
2
+ endpoints.default.web.enabled =true
Original file line number Diff line number Diff line change 8
8
< body >
9
9
10
10
< h1 > Learning Spring Boot - 2nd Edition</ h1 >
11
+
12
+ < h2 > It's really handy to make local edits and watch them go out to the cloud automatically</ h2 >
13
+
14
+ < h4 th:text ="${extra} "> </ h4 >
11
15
12
16
< div >
13
17
< table >
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ rootProject.name = 'learning-spring-boot'
10
10
//
11
11
// include '4/part1'
12
12
// include '4/part2'
13
- //
14
- // include '5/part1'
15
- // include '5/part2'
16
- //
13
+
14
+ include ' 5/part1'
15
+ include ' 5/part2'
16
+
17
17
// include '6/part1'
18
18
// include '6/part2'
19
19
// include '6/part3'
You can’t perform that action at this time.
0 commit comments