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

Document autoconfigure properties #121

Closed
dodgex opened this issue Nov 18, 2013 · 2 comments
Closed

Document autoconfigure properties #121

dodgex opened this issue Nov 18, 2013 · 2 comments
Labels
type: documentation A documentation update

Comments

@dodgex
Copy link

dodgex commented Nov 18, 2013

Hey there,

although i know that the documentation is not yet finished and still a work in progress, i want to mention that it would be very nice to have a list of properties that are used by the autoconfiguration part.

like those for example

#DataSource configuration
spring.datasource.driverClassName=<hibernateConnectionDriverClass>
spring.datasource.url=<hibernateConnectionUrl>
spring.datasource.username=<hibernateConnectionUsername>
spring.datasource.password=<hibernateConnectionPassword>

#JPA/HIbernate
spring.jpa.database-platform=<dialect-class>
spring.jpa.generate-ddl=<hibernateGenerateDdl>
spring.jpa.show-sql=<hibernateShowSql>

go on with this awesome project. :)

@dsyer
Copy link
Member

dsyer commented Nov 29, 2013

@dsyer dsyer closed this as completed Nov 29, 2013
@dodgex
Copy link
Author

dodgex commented Nov 29, 2013

awesome! Thanks.

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

No branches or pull requests

2 participants