Browse Source

优化yaml导出测试

dev-lhz
chenzhihang 1 year ago
parent
commit
cca7bb028a
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      ruoyi-modules/management-platform/pom.xml

+ 5
- 0
ruoyi-modules/management-platform/pom.xml View File

@@ -243,6 +243,11 @@
<version>3.6.0</version>
</dependency>

<dependency>
<groupId>org.jyaml</groupId>
<artifactId>jyaml</artifactId>
<version>1.3</version>
</dependency>
</dependencies>

<build>


Loading…
Cancel
Save