Forum Discussion

Bhushan-Chandra's avatar
Bhushan-Chandra
Occasional Contributor
4 months ago

How to refer to models from different packages in auto generated class? Like Pageable

How to refer to models from different packages in same method in auto generated controller? Like "getAllProducts" uses "Pageable" from "org.springframework.data.domain.Pageable" and "Product from "co...