Skip to content

dennyabuti/library-jooq-dropwizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

library-jooq-dropwizard

web service Integrating both jooq and dropwizard

In the GenerateSource.groovy file

  1. set the sourceDir to point to your project directory and
  2. set your database credentials under username and passowrd

In the libray.yml file

  1. Ensure the db creditials are correct

To run the project in commanline, navigate to the project folder then execute the following commands in order. Command 2 needs to wait for 1 to finish

  1. gradle clean build run
  2. gradle clean execute -Pstg=final build jar

To run the built jar

java -jar build/libs/library-jooq-dropwizard-1.0.jar server library.yml

In a web browser enter the following url

http://localhost:8080/author/create?fname=yourfirstname&lname=namelastyour

About

web service Integrating both jooq and dropwizard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published