Skip to content

vfarcic/TechnologyConversationsBooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOOKS

Whole project is done in the TDD fashion (test, implementation, refactor). Dependency management and tasks execution is done using Gradle.

Tests

Tests are executed on every commit through Travis

To run tests manually:

$ gradle test

Distribution

To create standalone distribution:

$ gradle distZip

Resulting ZIP file contains bin directory with OS specific startup scripts. API can be seen through the WADL.

To create WAR:

$ gradle war

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors