Skip to content

Latest commit

 

History

History
 
 

README.md

[Finatra][finatra] Examples

finatra logo

A collection of example [Finatra][finatra] applications.

Details

For detailed information see the README.md within each example project. Every project builds with sbt and at least one example which also uses Maven.

Building and Running

develop branch

If you want to build/run the examples from the develop branch you will need to make sure to follow the instructions in the CONTRIBUTING.md documentation for building SNAPSHOT versions of Finatra Twitter OSS dependencies along with building Finatra itself.

To accomplish this easily:

bash -s -- --no-test --include finatra ```

This commands differs from the [CONTRIBUTING.md](../CONTRIBUTING.md) documentation in
that it will also *include* building and publishing Finatra locally from the Finatra
`develop` branch.

### `master` or a release branch
Follow the instructions in the project's `README.md` for how to run the server.

## More information
For more information please see our [User Guide](http://twitter.github.io/finatra/user-guide/)
or browse the [source code][finatra] (tests are especially good sources of information and examples).

[finatra]: https://github.com/twitter/finatra