diff --git a/README.md b/README.md index 68074c3..b33710d 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/jasperreportswithboot/.gitignore b/jasperreportswithboot/.gitignore index e3e5bc0..6ba57e2 100644 --- a/jasperreportswithboot/.gitignore +++ b/jasperreportswithboot/.gitignore @@ -1,2 +1,4 @@ /target/ -/.settings \ No newline at end of file +/.settings +/.idea +.idea