Closed LouisWayne closed 7 years ago
Does the XML mapper have the right namespace
?
<mapper namespace="com.example.PersonMapper">
...
@harawata
Yes - it has the proper namespace
. Any suggestions that I can investigate?
Try importing the jpetstore project and see if the hyperlink works.
If it works with jpetstore, look for a difference between jpetstore and your project. If it does not work, try it with a new clean workspace.
Thanks for the updates - and I figured out that the issue is from my Eclipse. I installed Eclipse in a different directory, and it's working properly. There is something wrong in my Eclipse setting. Thanks for creating an amazing plugin!
Glad to know that the plugin worked and you found it useful =)
I am using Eclipse Neon.3 Release (4.6.3) - and installed MyBatipse from the Eclipse marketplace.
The XML files are in the project's source folder, and I turned on MyBatis Nature - but I don't see the menu
Open <mapper /> in XML mapper
.Could you advise what I need to do please?