I've cloned and installed the spring petclinic project
It's working correctly, but I don't understand if and how I can access the H2 db.
I see that in application.properties there is no username nor password, nor dbname.
Does this mean I can't access it from /h2-console? because maybe it's embedded?
Is there another setting (?server?) in order to access it? Which will be the configuration?