Fernando Nogueira

Results 3 comments of Fernando Nogueira

Add this data-width="auto" as an attribute of your modal.

Are you mapped entity-scan in application.yml ? If you don't, plz try adding this below in application.yml: ``` jpa: default: entity-scan: packages: 'your.package.domain' ```