https://github.com/vaadin/spring
Spring integration for Vaadin
https://github.com/vaadin/spring
java spring spring-boot vaadin vaadin-spring web web-application web-components
Last synced: 28 days ago
JSON representation
Spring integration for Vaadin
- Host: GitHub
- URL: https://github.com/vaadin/spring
- Owner: vaadin
- Created: 2015-02-04T11:11:27.000Z (about 10 years ago)
- Default Branch: 12.5
- Last Pushed: 2025-02-21T06:28:12.000Z (2 months ago)
- Last Synced: 2025-03-04T21:39:02.889Z (2 months ago)
- Topics: java, spring, spring-boot, vaadin, vaadin-spring, web, web-application, web-components
- Language: Java
- Homepage: https://vaadin.com/start
- Size: 5.91 MB
- Stars: 178
- Watchers: 52
- Forks: 100
- Open Issues: 97
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vaadin Spring
======================Vaadin Spring is the official Spring integration for
[Vaadin 10-22](https://github.com/vaadin/flow) and
[Vaadin 7-8](https://github.com/vaadin/framework).
This branch is Vaadin Framework 14.12+ compatible.
See other branches for other framework versions:
* 1.2 for Vaadin V7 versions
* 1.3 for Vaadin 7.7.44+ with Java 8
* 2.0 and 2.1 for Vaadin 8.0...8.1 versions
* 3.x for Vaadin V8.2+
* 10.0 for Vaadin 10
* 11.0 for Vaadin 13
* 12.0 for Vaadin 14.0
* 12.1 for Vaadin 14.1
* 12.2 for Vaadin 14.2
* 12.3 for Vaadin 14.3 - 14.5
* 12.4 for Vaadin 14.6 - 14.11
* 12.5 for Vaadin 14.12 (default)
* master for Vaadin 22 (no longer developed)Since Vaadin 23, the code for the Spring Boot add-on has been migrated to the
[Flow](https://github.com/vaadin/flow) repository.Getting started
----This version is part of the Vaadin platform ([github](https://github.com/vaadin/platform)).
For help on getting started, see the
[documentation](https://vaadin.com/docs/v14/flow/integrations/spring/tutorial-spring-examples).Building the project
----
Execute `mvn clean install` in the root directory.Contributions
----
Contributions to the project can be done using pull requests.
You will be asked to sign a contribution agreement after creating the first one.License
----Copyright 2015-2025 Vaadin Ltd.
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.