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

fixed your application #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

fixed your application #1

wants to merge 3 commits into from

Conversation

leimer
Copy link

@leimer leimer commented Nov 13, 2020

  • switched to h2 in memory database
  • restructured spring configuration
  • added dummy data
  • removed redundant datasource definitions
  • activated debug logging
  • removed spring data jdbc because it is unused
  • added extra connection properties for company datasource
  • added temporary schema fallback due to uninitialized database to actually let hibernate initialize it

How to use it:

  1. start
  2. http://localhost:8080/test
  3. username:password (see com.winter.config.DataPopulator)
  4. have a thorough look at the log output

* restructured spring configuration
* added dummy data
* removed redundant datasource definitions
* activated debug logging
* removed spring data jdbc because it is unused
* added extra connection properties for company datasource
* added temporary schema fallback due to uninitialized database to actually let hibernate initialize it
* switched to h2 in memory database
* restructured spring configuration
* added dummy data
* removed redundant datasource definitions
* activated debug logging
* removed spring data jdbc because it is unused
* added extra connection properties for company datasource
* added temporary schema fallback due to uninitialized database to actually let hibernate initialize it
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

Successfully merging this pull request may close these issues.

1 participant