From 1fea406167d9c1ef1225e5cd9a08d50246a53b03 Mon Sep 17 00:00:00 2001 From: Dima Denisenko <1253839+dimdnk@users.noreply.github.com> Date: Thu, 18 Jul 2024 19:40:16 +0300 Subject: [PATCH] feat: use sample-reactive instead of sample-webflux --- README.md | 6 +++--- package.json | 2 +- pom.xml | 4 ++-- src/main/resources/application.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 86bad45..d3ff76d 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ This application is a [Spring Boot](https://spring.io/guides/gs/spring-boot) app using [Maven](https://spring.io/guides/gs/maven/). You can build a jar file and run it from the command line: ``` -git clone https://github.com/KnowHowSpringBoot/sample-webflux-vaadin-chat.git -cd sample-webflux-vaadin-chat +git clone https://github.com/KnowHowSpringBoot/sample-reactive-vaadin-chat.git +cd sample-reactive-vaadin-chat ./mvnw package java -jar target/*.jar ``` @@ -37,7 +37,7 @@ You might also want to use Maven's `spring-boot:run` goal - applications run in 1) On the command line ``` -git clone https://github.com/KnowHowSpringBoot/sample-webflux-vaadin-chat.git +git clone https://github.com/KnowHowSpringBoot/sample-reactive-vaadin-chat.git ``` 2) Inside IDE diff --git a/package.json b/package.json index 554dc44..577e15b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@know-how-spring-boot/sample-webflux-vaadin-chat", + "name": "@know-how-spring-boot/sample-reactive-vaadin-chat", "version": "24.0.0", "description": "Provide an optional Git commit hooks.", "private": true, diff --git a/pom.xml b/pom.xml index da7a2b3..1189e55 100644 --- a/pom.xml +++ b/pom.xml @@ -4,11 +4,11 @@ 4.0.0 dev.knowhowto - sample-webflux-vaadin-chat + sample-reactive-vaadin-chat 24.0.0-SNAPSHOT jar - sample-webflux-vaadin-chat + sample-reactive-vaadin-chat Sample Chat application on top of Vaadin. diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 0852456..2199544 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -12,7 +12,7 @@ info : spring : application : - name : sample-webflux-vaadin-chat + name : sample-reactive-vaadin-chat vaadin : whitelisted-packages : com.vaadin,org.vaadin,dev.knowhowto.webfluxvaadinchat