Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 865 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 865 Bytes

Simple example to explore pure RESTful ActiveWeb possibilities

Follow these simple steps to run this app:

  • Create two empty schemas in MySQL DB:

    • activerest_development
    • activerest_test
  • Modify JDBC connection parameters in:

    • class app.config.DbConfig
    • pom.xml
  • Run the application

    mvn jetty:run