Skip to content

Commit

Permalink
add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravbrills committed Jul 22, 2021
1 parent 6648b16 commit 84791ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ hence updating code to use jasper directly .Will add an example soon .


`The jasper endpoints shall be like http://localhost:8080/reports/{reportname}?format={format}&id={id} (id param are optional,you can add ur custom report params there)`
eg. `http://localhost:8080/reports/rpt_A?format=pdf`

eg.
`http://localhost:8080/reports/rpt_A?format=pdf`


Cheers! :wine_glass:
Expand Down
4 changes: 3 additions & 1 deletion jasperreportswithboot/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/target/
/.settings
/.settings
/.idea
.idea

0 comments on commit 84791ea

Please sign in to comment.