forked from vaadin/dashboard-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This closes vaadin#34, support of spring boot added.
- Loading branch information
root
authored and
root
committed
Feb 13, 2018
1 parent
8a1ad30
commit 6dbe3ce
Showing
45 changed files
with
309 additions
and
375 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
target/* | ||
movies.txt | ||
.settings | ||
.classpath | ||
.project | ||
gwt-unitCache/ | ||
widgetsets/ | ||
/target | ||
styles.css | ||
addons.scss | ||
rebel.xml | ||
.DS_Store | ||
*.iml | ||
.idea/ | ||
|
||
target/* | ||
movies.txt | ||
.settings | ||
.classpath | ||
.project | ||
gwt-unitCache/ | ||
widgetsets/ | ||
/target | ||
styles.css | ||
addons.scss | ||
rebel.xml | ||
.DS_Store | ||
*.iml | ||
.idea/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
Vaadin QuickTickets Dashboard Demo | ||
================================== | ||
|
||
Responsive application demo/template built using only server-side Java with [Vaadin Framework](https://vaadin.com/framework). Showcasing big data, data visualization, drag 'n' drop and other Vaadin features. | ||
|
||
[![View the application](https://vaadin.com/documents/10187/2487938/Dashboard+Demo+2014/a37b2c4d-c941-48fe-97c3-ad5a60586882?t=1412769929183)](http://demo.vaadin.com/dashboard) | ||
|
||
Running the App | ||
== | ||
Run 'mvn -Pproduction-mode jetty:run' to run in a local jetty. Open in localhost:8080 | ||
|
||
Run the Maven 'install' target and deploy the resulting WAR file to your Java application server. | ||
|
||
You need a license for Vaadin Charts to compile the widgetset. You can get a free 30 day trial license by going to https://vaadin.com/directory#addon/vaadin-charts and clicking the orange "Free trial key" button. It gives you a trial key. [See the help section](https://vaadin.com/directory/help/installing-cval-license) which shows you how to install the key. | ||
|
||
Basically you need to create a file name ".vaadin.charts.developer.license" in your HOME directory, and place the key there. | ||
|
||
Run 'mvn -Pproduction-mode verify' to run the Vaadin TestBench tests. | ||
|
||
*Note*: You need a valid [Vaadin TestBench license](https://vaadin.com/add-ons/testbench) and [Firefox browser](https://www.mozilla.org/firefox/) installed to run the tests. | ||
|
||
Licenses | ||
== | ||
The source code is released under Apache 2.0. | ||
|
||
The application uses the [Vaadin Charts](https://vaadin.com/charts) add-on, which is released under the Commercial Vaadin Addon License: https://vaadin.com/license/cval-3 | ||
Vaadin QuickTickets Dashboard Demo | ||
================================== | ||
|
||
Responsive application demo/template built using only server-side Java with [Vaadin Framework](https://vaadin.com/framework). Showcasing big data, data visualization, drag 'n' drop and other Vaadin features. | ||
|
||
[![View the application](https://vaadin.com/documents/10187/2487938/Dashboard+Demo+2014/a37b2c4d-c941-48fe-97c3-ad5a60586882?t=1412769929183)](http://demo.vaadin.com/dashboard) | ||
|
||
Running the App | ||
== | ||
Run 'mvn -Pproduction-mode jetty:run' to run in a local jetty. Open in localhost:8080 | ||
|
||
Run the Maven 'install' target and deploy the resulting WAR file to your Java application server. | ||
|
||
You need a license for Vaadin Charts to compile the widgetset. You can get a free 30 day trial license by going to https://vaadin.com/directory#addon/vaadin-charts and clicking the orange "Free trial key" button. It gives you a trial key. [See the help section](https://vaadin.com/directory/help/installing-cval-license) which shows you how to install the key. | ||
|
||
Basically you need to create a file name ".vaadin.charts.developer.license" in your HOME directory, and place the key there. | ||
|
||
Run 'mvn -Pproduction-mode verify' to run the Vaadin TestBench tests. | ||
|
||
*Note*: You need a valid [Vaadin TestBench license](https://vaadin.com/add-ons/testbench) and [Firefox browser](https://www.mozilla.org/firefox/) installed to run the tests. | ||
|
||
Licenses | ||
== | ||
The source code is released under Apache 2.0. | ||
|
||
The application uses the [Vaadin Charts](https://vaadin.com/charts) add-on, which is released under the Commercial Vaadin Addon License: https://vaadin.com/license/cval-3 |
Oops, something went wrong.