Skip to content

Conversation

vpavic
Copy link
Contributor

@vpavic vpavic commented Mar 29, 2016

I've signed the CLA.

@Configuration
public class H2Initializer {

@Bean
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this necessary with newer versions of Boot? I thought this was automatically setup to /h2-console via H2ConsoleAutoConfiguration?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're absolutely correct. To make my oversight more comical I've just used Boot's H2 console auto-configuration in one of my projects a few days ago :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On a sidenote - websocket sample could also be changed to use auto-configuration for H2 console.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happens to me sometimes too. It just shows you are a long time Boot user :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On a sidenote - websocket sample could also be changed to use auto-configuration for H2 console.

Good point! I created #457

@rwinch rwinch added the status: waiting-for-feedback We need additional information before we can continue label Mar 30, 2016
@rwinch
Copy link
Member

rwinch commented Mar 30, 2016

Thanks for the PR @vpavic! You are really rocking Spring Session as of late :) I provided a few comments inline.

@vpavic vpavic mentioned this pull request Mar 30, 2016
@vpavic
Copy link
Contributor Author

vpavic commented Mar 30, 2016

Thank you @rwinch :)

@vpavic vpavic force-pushed the jdbc-boot-sample branch from c99e4b7 to 8238e91 Compare March 30, 2016 15:49
@vpavic
Copy link
Contributor Author

vpavic commented Mar 30, 2016

@rwinch I've updated the PR.

@rwinch rwinch removed the status: waiting-for-feedback We need additional information before we can continue label Mar 30, 2016
@vpavic vpavic force-pushed the jdbc-boot-sample branch from 8238e91 to 85e1b8d Compare March 30, 2016 20:28
@vpavic vpavic force-pushed the jdbc-boot-sample branch from 85e1b8d to 9c8f889 Compare April 3, 2016 18:57
@vpavic
Copy link
Contributor Author

vpavic commented Apr 3, 2016

@rwinch I've updated the PR... again :)
This time to replace Bootstrap CSS files with webjars.

@rwinch rwinch added the type: enhancement A general enhancement label Apr 4, 2016
@rwinch rwinch added this to the 1.2.0.RC2 milestone Apr 4, 2016
@rwinch rwinch self-assigned this Apr 4, 2016
@rwinch rwinch merged commit 1e1d248 into spring-projects:master Apr 4, 2016
@rwinch
Copy link
Member

rwinch commented Apr 4, 2016

Nice work! Thanks for the PR..This is now merged into master

@vpavic vpavic deleted the jdbc-boot-sample branch April 4, 2016 16:26
@rwinch rwinch added the in: docs An issue in Documentation or samples label May 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: docs An issue in Documentation or samples in: jdbc type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants