Updated some packages
[test_app_1.git] / README.md
blob9f7637c517b92fc2b0d2d4211aa9a46f74b51041
1 # ActiveWeb simple example
3 ## Simple guide
5 Follow these simple steps to run this app:
7 * AdjustJDBC connection parameters in [database.properties](src/main/resources/database.properties)
9 * Create two empty schemas in MySQL DB
11 ```
12 mvn db-migrator:create
13 ```
15 * Run the application
17 ```
18 mvn jetty:run
19 ```
21 * Navigate with browser
23     to: [http://localhost:8080/activeweb-example/](http://localhost:8080/activeweb-example/)
26 For support, post to: https://groups.google.com/forum/?hl=en#!forum/activeweb