I wasn't able to get the production profile to auto-configure without adding a property line to app.props... Adding the following did the trick ... ``` //application.properties spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect ```
I wasn't able to get the production profile to auto-configure without adding a property line to app.props...
Adding the following did the trick ...