Skip to content
John Fereira edited this page Apr 7, 2022 · 3 revisions

FolioApiService

Service methods for accessing the Folio api

Contents link

  • src/main source code
  • src/test junit tests
  • pom.xml maven build file
  • output output directory for results of tests

Setup/Configuration

Copy application.properties.example to application.properties and edit credentials

Building

Use maven to compile the code

mvn compile

Testing

work in progress...many will fail

mvn -DskipTests=false package

Dependencies

Clone this wiki locally