chenjianxin / testproject

testproject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Base for Vaadin Flow and CDI

This project can be used as a starting point to create your own Vaadin Flow application with CDI. It contains all the necessary configuration and some placeholder files to get you started.

The best way to use it by via vaadin.com/start - you can get only the necessary parts and choose the package naming you want to use.

Import the project to the IDE of your choosing as a Maven project.

Run application using

mvn clean package tomee:run

Open http://localhost:8080/ in browser

For documentation on using Vaadin Flow and CDI, visit vaadin.com/docs

For more information on Vaadin Flow, visit https://vaadin.com/flow.

Branching information:

  • master the latest version of the starter, using latest platform snapshot
  • v10 the version for Vaadin 10
  • v11 the version for Vaadin 11
  • v12 the version for Vaadin 12
  • v13 the version for Vaadin 13

About

testproject

License:Other


Languages

Language:Java 84.2%Language:JavaScript 15.8%