I would like to load/aware JPA Entities/repositories from external folder in my springboot application as my app supports dynamic generation of Entities and repositories at runtime based on customer configuraiton. Can someone help how to achieve loadig JPA Entities/repositories from external folder ?
PS : anyone from spring community can help please ?
JAR typically defined as package file format to aggregate classes and other resources into one file to distribute aplication software/libraries/utilities on the java platform.