Commit Graph

11 Commits

Author SHA1 Message Date
Abhinav Pandey 0323955992 Bael 6625 new (#14476)
* BAEL-6625 - spring data neo4j example

* BAEL-6625 - spring data neo4j example

* BAEL-6625 - optimized imports

* BAEL-6625 - moving project to jdk9 and above

* BAEL-6625 - changing test names
2023-08-13 09:52:02 +05:30
Loredana Crusoveanu b9fc6f2e9c Update README.md 2023-06-16 20:41:02 +03:00
timis1 52d3952ac3 JAVA-222364 Keep in the spring data neo4j just the examples with spring 2023-06-16 09:00:06 +03:00
sampadawagde ae27c57803 JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 3) 2021-05-10 20:06:48 +05:30
Loredana Crusoveanu 4bd932ba81 Merge pull request #8537 from the-magic-max/patch-1
Redundant Variable 'config'
2020-03-19 22:42:07 +02:00
Krzysiek e12be0bd59 JAVA-142: Migrate spring-data-neo4j to com.baeldung 2020-02-12 20:08:11 +01:00
Dhawal Kapil d9aff41077 BAEL-21545 POM Properties Cleanup
- Cleanup of persistence-modules submodules cleanup
2020-01-27 00:40:23 +05:30
Max 3635001222 Redundant Variable 'config'
Instead of initializing a local variable first and then return it, you could directly return a new Builder instance.

-> return new Builder().uri(URL).build();
2020-01-15 15:43:57 +01:00
catalin-burcea 153a3923f0 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
amit2103 cbf0e6f6f1 [BAEL-19420] - Removed the duplicate SpringContextIntegrationTest and spring-context profile 2019-11-20 11:11:07 +05:30
Eric Martin 3225470df5 Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2
Revert "BAEL-3275: Using blocking queue for pub-sub"
2019-10-31 20:43:47 -05:00