Skip to content

Commit b59e46f

Browse files
committed
Polish code for chapters 1-4. Hacking on 6
1 parent c762312 commit b59e46f

File tree

260 files changed

+723
-14300
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

260 files changed

+723
-14300
lines changed

10/part1/chat/build.gradle

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ configurations {
5757
all*.exclude group: 'org.springframework', module: 'spring-webmvc'
5858
}
5959

60-
ext['thymeleaf-spring5.version'] = '3.0.7-SNAPSHOT'
61-
6260
dependencies {
6361
compile('org.springframework.boot:spring-boot-starter-webflux')
6462
compile('org.springframework.boot:spring-boot-starter-actuator')
@@ -70,24 +68,19 @@ dependencies {
7068
compile('org.springframework.cloud:spring-cloud-starter-eureka')
7169
compile('org.springframework.cloud:spring-cloud-starter-hystrix')
7270
compile('org.springframework.cloud:spring-cloud-starter-config')
73-
compile('org.springframework:spring-messaging')
7471

7572
compile('org.webjars:requirejs:2.2.0')
7673
compile('org.webjars.npm:stompjs:2.3.3') {
7774
exclude module: 'websocket' // We are using SockJS for websocket functionality
7875
}
7976
compile('org.webjars.bower:sockjs-client:1.1.0')
8077

81-
compile('org.springframework.boot:spring-boot-starter-security')
82-
83-
//tag::websocket[]
84-
compile('org.springframework.security:spring-security-messaging')
85-
//end::websocket[]
78+
compile('org.springframework.security:spring-security-webflux')
8679

8780
compile('org.springframework.session:spring-session-data-mongodb:2.0.0.BUILD-SNAPSHOT')
8881

8982
// tag::zuul[]
90-
compile('org.springframework.cloud:spring-cloud-starter-zuul')
83+
compile('org.springframework.cloud:spring-cloud-starter-gateway')
9184
// end::zuul[]
9285

9386
// tag::thymeleaf-security[]

10/part1/chat/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 5 deletions
This file was deleted.

10/part1/chat/gradlew

Lines changed: 0 additions & 164 deletions
This file was deleted.

10/part1/chat/gradlew.bat

Lines changed: 0 additions & 90 deletions
This file was deleted.

10/part1/comments/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
compile('org.springframework.cloud:spring-cloud-starter-config')
5656
compile('org.projectlombok:lombok')
5757

58-
compile('org.springframework.boot:spring-boot-starter-security')
58+
compile('org.springframework.security:spring-security-webflux')
5959
compile('org.springframework.session:spring-session-data-mongodb:2.0.0.BUILD-SNAPSHOT')
6060

6161
testCompile('org.springframework.boot:spring-boot-starter-test')

10/part1/comments/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)