We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efef2ae commit a1fc04aCopy full SHA for a1fc04a
generator-web/src/main/resources/templates/code-generator/jpa/jpacontroller.ftl
@@ -13,6 +13,8 @@ import org.springframework.web.bind.annotation.PostMapping;
13
import org.springframework.web.bind.annotation.RestController;
14
import java.util.List;
15
import java.util.Map;
16
+import java.util.Optional;
17
+
18
</#if>
19
/**
20
* @description ${classInfo.classComment}
0 commit comments