mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 01:25:28 +08:00
update 优化 gen模块 默认激活 避免很多人不知道这个配置
This commit is contained in:
parent
d9894b534d
commit
c4b1e58c3e
@ -143,6 +143,10 @@
|
|||||||
<artifactId>ruoyi-gen</artifactId>
|
<artifactId>ruoyi-gen</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
<activation>
|
||||||
|
<!-- 默认激活 -->
|
||||||
|
<activeByDefault>true</activeByDefault>
|
||||||
|
</activation>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user