From e3e0eb279be8f8ca2a7da6860ed8501dfc851dd5 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 18 Jun 2020 14:44:48 +0800 Subject: [PATCH] Create README.md --- persistence-modules/hibernate-exceptions/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 persistence-modules/hibernate-exceptions/README.md diff --git a/persistence-modules/hibernate-exceptions/README.md b/persistence-modules/hibernate-exceptions/README.md new file mode 100644 index 0000000000..c2014a3c91 --- /dev/null +++ b/persistence-modules/hibernate-exceptions/README.md @@ -0,0 +1,3 @@ +### Relevant Articles: + +- [Hibernate could not initialize proxy – no Session](https://www.baeldung.com/hibernate-initialize-proxy-exception)