Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Conclusion

How is import.sql running?

So in order for this application to work we need to have the import.sql to be correctly configured. My question is how is this file being runned? Is there a property in a configuration file that tells it to run with the h2 database?

1 Answer

Craig Dennis
STAFF
Craig Dennis
Treehouse Teacher

Hi kyle pfromer !

Yeah it's one of those magic tricks that Spring Boot does.

Here's some more info from the Spring docs

That help?