min
min
It work, but it fetch all the tables in the mysql instance. But I only want it fetch the database I choose. ex: `jdbc:mysql://localhost:3306/mytest` It should only fetch tables in...
Thanks for reply, but the delegate pattern object is too complex for me, reason I said in the 1st comment. > And those Delegate pattern is not work well, because...
Weird, but IDEA sometimes give error for no reason 😂 > Note, this is probably the most concise and comprehensive way to mix in (or share) state and behavior from...
> At a glance it looks right. Not sure if this matters but your lombok dependency is missing a version, and the annotation processor lombok specifies one. > > ```...
> One other issue with your build file is the JDK setup is incorrect. > > Remove the source/target from compiler plugin. > > ``` > > 17 17 ```...
Can you share the whole project? I don't think that snapshot version will work with these pom.xml only. Also do you use the method in your code? mine error is...
> Here is a sample that uses get/set foo. Note spring-boot-starter-web and spring-boot-starter-data are disabled to simplify the sample app, but these work too. > > [SampleWithSpringAndLombok.zip](https://github.com/user-attachments/files/17263697/SampleWithSpringAndLombok.zip) Thanks, I think...
> Right. It should be an error. Only classes external to the extension's module or classes generated within the module may have extensions. Otherwise, just add the methods etc. directly...
> Could you have a look here? https://github.com/meistermeier/neo4j-issues-examples/tree/master/gh-2952 This works with a User node and the given properties. Do you have cypher DSL version? > Maybe it is possible to...
I don't get it. Your link is for parse manually, I want parse in controller level automatically. Like my comment here. https://github.com/spring-projects/spring-data-neo4j/issues/2952#issuecomment-2506449636