avatar42 / genSpring

Create a simple Spring boot app from a DB
Apache License 2.0
0 stars 0 forks source link

Fix issue with non String header #70

Closed avatar42 closed 3 years ago

avatar42 commented 3 years ago

If a column header is a number the API returns a BigDecimal so need change to use toString() instead of cast.

avatar42 commented 3 years ago

in 0.7.2