Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL Database AutoConfig #1

Open
edwardbeckett opened this issue Sep 3, 2014 · 2 comments
Open

MySQL Database AutoConfig #1

edwardbeckett opened this issue Sep 3, 2014 · 2 comments

Comments

@edwardbeckett
Copy link

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
@gregturn
Copy link
Owner

gregturn commented Sep 3, 2014

It may be specific to the version of MySQL you are using. I've written code against MySQL in the past and not had to do that.

@edwardbeckett
Copy link
Author

Possibly... I'm using MySQL 5.6 ... Thanks for converting the demo to Spring Boot btw... Nice Work 👍 It could be something with auto-configure ... not sure... I'm more accustomed to using Spring 3... Boot's quite new to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants