This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
ci4s
/
ci4sManagement-cloud
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
增加修改资源版本功能
dev-opt-homepage
chenzhihang
1 year ago
parent
9f1685eb2c
commit
3047f793e6
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/utils/YamlUtils.java
+ 0
- 2
ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/utils/YamlUtils.java
View File
@@ -46,8 +46,6 @@ public class YamlUtils {
String fullPath = path + "/" + fileName + ".yaml";
try (FileWriter writer = new FileWriter(fullPath)) {
String dump = yaml.dump(data);
yaml.dump(data, writer);
} catch (IOException e) {
e.printStackTrace();
Write
Preview
Loading…
Cancel
Save