Skip to content

Commit a2e79b5

Browse files
authored
Merge pull request #40 from xdev-software/update-from-template-merged
Update from template (auto-merged)
2 parents 085bdb2 + c6b6ca3 commit a2e79b5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ A description how to get it running can be found [below](#run-the-demo).
4343
| --- | --- |
4444
| Vaadin 24+ (latest) | ``1+`` |
4545

46+
### Spring-Boot
47+
* You may have to include ``software/xdev`` inside [``vaadin.allowed-packages``](https://vaadin.com/docs/latest/integrations/spring/configuration#configure-the-scanning-of-packages)
48+
4649
## Run the Demo
4750
* Checkout the repo
4851
* Run ``mvn install && mvn -f vaadin-simple-grid-filter-demo spring-boot:run``

vaadin-simple-grid-filter-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<mainClass>software.xdev.vaadin.Application</mainClass>
3030

3131
<!-- Dependency-Versions -->
32-
<vaadin.version>24.6.2</vaadin.version>
32+
<vaadin.version>24.6.5</vaadin.version>
3333

3434
<org.springframework.boot.version>3.4.2</org.springframework.boot.version>
3535
</properties>

vaadin-simple-grid-filter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5050

5151
<!-- Dependency-Versions -->
52-
<vaadin.version>24.6.2</vaadin.version>
52+
<vaadin.version>24.6.5</vaadin.version>
5353
</properties>
5454

5555
<dependencyManagement>

0 commit comments

Comments
 (0)