-
Nov 11th, 2011, 04:33 PM
#1
Does Spring update the database configuration?
Hi,
I used Roo to create the project. I have used Roo to create the database configuration as well. It was Oracle. But now, I want to change the databse to MySQL. Does Roo do it automatically? am I asking for too much? 
Thanks,
Jan.
-
Nov 12th, 2011, 02:17 AM
#2
Just issue the "persistence setup --provider --database MYSQL --username --password --databaseName" command. You will need to supply the provider, username, password and databaseName. Roo will update the database.properties file and install the MySQL dependencies into your pom.xml
Alan
-
Nov 21st, 2011, 05:17 PM
#3
Thanks Alan.
What is provider here?
Thanks,
Jan.
-
Nov 21st, 2011, 05:46 PM
#4
Push TAB after --provider - will give you a choice of HIBERNATE, ECLIPSELINK, OPENJPA, and DATANUCLEUS
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules