Skip to content

Commit

Permalink
feat: use sample-reactive instead of sample-webflux
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriidenisenko committed Jul 18, 2024
1 parent 3d5d3fb commit 1fea406
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<modelVersion>4.0.0</modelVersion>

<groupId>dev.knowhowto</groupId>
<artifactId>sample-webflux-vaadin-chat</artifactId>
<artifactId>sample-reactive-vaadin-chat</artifactId>
<version>24.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>sample-webflux-vaadin-chat</name>
<name>sample-reactive-vaadin-chat</name>
<description>Sample Chat application on top of Vaadin.</description>
<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fea406

Please sign in to comment.