to-thought-tutorial
to-thought-tutorial copied to clipboard
Accompanying source code for blog posts on toThought
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...
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. [](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...
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.