Java tag
Introduce
When writing java type template,
we can automatically get the java package name and class name through java tag
java tag
- <java:package/>: package name, automatically generate a package name based on the directory
Note: the java class must be generated in the java source code folder,
otherwise, cannot be finded.
- <java:class/>: class name, the name of the class is generated automatically based on the task name
Example:
- demo/tag/tag.jmr.xml - java/java/HelloJmr
Demo
We generate a file called HelloJmr.java,
which generate the directory in the package tag.java.

Write the package and class tags in the template

Note:
1.java source code folder
2.package name
3.class name is the task name
