提交 8991cdea 编写于 作者: 小傅哥's avatar 小傅哥

feat: v1.7

上级 ac840f03
......@@ -71,6 +71,17 @@
</fileSet>
</fileSets>
</module>
<module id="${rootArtifactId}-case" dir="__rootArtifactId__-case"
name="${rootArtifactId}-case">
<fileSets>
<fileSet filtered="true" packaged="true" encoding="UTF-8">
<directory>src/main/java</directory>
<includes>
<include>**/*.java</include>
</includes>
</fileSet>
</fileSets>
</module>
<module id="${rootArtifactId}-domain" dir="__rootArtifactId__-domain" name="${rootArtifactId}-domain">
<fileSets>
<fileSet filtered="true" packaged="true" encoding="UTF-8">
......
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
package ${package}.cases;
package ${package}.cases.xxx;
import ${package}.cases.IXxxCaseService;
import java.io.Serializable;
import org.springframework.stereotype.Service;
@Service
public interface IXxxCaseService implements IXxxCaseService {
public class XxxCaseService implements IXxxCaseService {
}
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
package ${package}.cases;
package ${package}.cases.yyy;
import ${package}.cases.IYyyCaseService;
......@@ -9,6 +9,6 @@ import java.io.Serializable;
import org.springframework.stereotype.Service;
@Service
public interface IYyyCaseService implements IYyyCaseService {
public class YyyCaseService implements IYyyCaseService {
}
......@@ -4,4 +4,4 @@
/**
* 编排
*/
package ${package}.cases.xxx;
\ No newline at end of file
package ${package}.cases.yyy;
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册