Idea writes sql prompt function when using mybatis

Project scenario:

idea+springboot+mybaits

Problem Description

When writing sql in the mapper file, there will be no automatic prompts!
For example:
insert image description here
the actual effect is as follows:
insert image description here

solution:

insert image description here
problem solved!

Guess you like

Origin blog.csdn.net/u012129030/article/details/125199463