]> source.dussan.org Git - vaadin-framework.git/commit
Add Vaadin Spring dependency version to BOM (#112)
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>
Wed, 14 Dec 2016 11:10:39 +0000 (13:10 +0200)
committerPekka Hyvönen <pekka@vaadin.com>
Wed, 14 Dec 2016 11:10:39 +0000 (13:10 +0200)
commit4852034df2cad35489eb5d358a8ddc0b356d8568
treea6c7ac9cea8f843ca2471aa7619b8738ff5b71e9
parent44b75ed4b1bedb385d3995909136309d5f8a2e3b
Add Vaadin Spring dependency version to BOM (#112)

* Add Vaadin Spring dependency version to BOM

This patch adds a smoke test that check that a basic
Vaadin UI loads and communication works.

* Remove Maven wrapper from Spring Boot test

* Remove .gitignore, add missing newlines

* Minor fixes to pom.xml files

* Separate vaadin-test from vaadin-root

* Fix whitespace
bom/pom.xml
test/pom.xml
test/spring-boot/pom.xml [new file with mode: 0644]
test/spring-boot/src/main/java/com/example/DemoApplication.java [new file with mode: 0644]
test/spring-boot/src/main/resources/application.properties [new file with mode: 0644]
test/spring-boot/src/test/java/com/example/SpringBootSmokeTest.java [new file with mode: 0644]