If there is a third-party Spring Boot application dependency (or Spring Boot sub-project in a multi-project Gradle build) that has its own database tables, how can Grails create those tables when the application starts up?
g
gaolei
04/29/2024, 3:50 PM
doesn’t database migration plugin do this job?
m
Mike Saubier
04/29/2024, 4:14 PM
That's one option we are looking into. I wanted to see if anyone had other ideas.
👍 1
m
Michael Yan
04/30/2024, 3:26 AM
@Mike Saubier Use @EntityScan to search the classpath, similar to @ComponentScan