to-thought-tutorial icon indicating copy to clipboard operation
to-thought-tutorial copied to clipboard

Accompanying source code for blog posts on toThought

Results 5 to-thought-tutorial issues
Sort by recently updated
recently updated
newest added

Bumps [h2](https://github.com/h2database/h2database) from 1.3.170 to 2.1.210. Release notes Sourced from h2's releases. Version 2.1.210 Two security vulnerabilities in H2 Console (CVE-2022-23221 and possible DNS rebinding attack) are fixed. Persistent databases...

dependencies

I'm unable to download source code from link: https://www.linkedin.com/learning/spring-spring-batch/scheduling-jobs?u=70941738. Could you please help to get git repo path ?

Bumps spring-data-jpa from 1.2.0.RELEASE to 1.11.23.RELEASE. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework.data:spring-data-jpa&package-manager=maven&previous-version=1.2.0.RELEASE&new-version=1.11.23.RELEASE)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

When I run CommentRepositoryTest I see postId = null( Comment dbComment = repository.findOne(comment.getCommentId()); And inside PostRepositoryTest (List comments = dbpost.getComments()) I get post = null; Could you please explain this??

Could you please add mysql integration code to "to-thought-tutorial" project ? Currently it's developed to use H2 DB only.