-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
32 lines (28 loc) · 1001 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Sample vaadin application that uses shiro as security provide.
Maven
====================================================================================
- install maven 3
- execute command: mvn clean install
Tomcat
====================================================================================
- install Tomcat 7
- deploy war
- open in web browser the url http://localhost:8080/vaadin-shiro-simple/
- Login with one of the following users:
* admin with password admin,
* demo with password demo,
* view with password view
Eclipse
====================================================================================
I used Helios Eclipse IDE for Java EE Developers
Recommended plugins:
- m2e
- m2e-extras (WTP plugin required only)
- Vaadin eclipse plugin
You can import the project via Maven->Existing Maven Projects.
Execute following operations:
- Maven->Update Dependencies
- Maven->Update Project Configuration
- RunAs->Maven Install
- Project->Clean
- Run As->Run on Server