修改为interfaces

This commit is contained in:
oyo
2026-05-27 16:58:14 +08:00
parent 60e2ad6ccd
commit a3e7d7d0fa

View File

@@ -39,7 +39,7 @@
<configuration> <configuration>
<artifactSet> <artifactSet>
<includes> <includes>
<include>{{ .groupId }}:{{ .artifactId }}-public-api-api</include> <include>{{ .groupId }}:{{ .artifactId }}-public-api-interfaces</include>
<include>{{ .groupId }}:{{ .artifactId }}-public-api-types</include> <include>{{ .groupId }}:{{ .artifactId }}-public-api-types</include>
<include>io.github.think-1024:toco-all-spring5-springboot2-community</include> <include>io.github.think-1024:toco-all-spring5-springboot2-community</include>
</includes> </includes>