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

Update Pet Clinic to use HSQL as an embedded database [SPR-5429] #10103

Closed
spring-projects-issues opened this issue Jan 23, 2009 · 2 comments
Closed
Labels
type: documentation A documentation task
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Jan 23, 2009

Scott Andrews opened SPR-5429 and commented

The Pet Clinic sample application currently uses an external HSQL or MySQL database. An embedded HQSL database is much easier for users to get up an running. The old data source configurations can remain commented for those still wishing to use an external database.


Affects: 3.0 M1

This issue is a sub-task of #10156

Referenced from: commits 7dcb3b5, 16c9391, 300e4d7

@spring-projects-issues
Copy link
Collaborator Author

Scott Andrews commented

Created DbcpDataSourceFactory factory bean to create and populate a dbcp based connection pool. The factory bean is based on EmbeddedDataSourceFactory from the JavaConfig version of Pet Clinic. The new DbcpDataSourceFactory has been tested with HSQL in embedded and stand-alone modes.

@spring-projects-issues
Copy link
Collaborator Author

Scott Andrews commented

Removed support for running HSQL in stand-alone mode. Out of the box embedded HSQL and MySQL are supported.

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

No branches or pull requests

1 participant