From 26fc652d33fb82a75d6ec7771ca50ee414b21723 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期二, 11 一月 2022 16:58:47 +0800 Subject: [PATCH] update 统一代码间隔符 --- ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/SwaggerProperties.java | 76 +++++++++++++++++++------------------- 1 files changed, 38 insertions(+), 38 deletions(-) diff --git a/ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/SwaggerProperties.java b/ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/SwaggerProperties.java index 9c4cd23..c2b3f97 100644 --- a/ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/SwaggerProperties.java +++ b/ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/SwaggerProperties.java @@ -21,10 +21,10 @@ * 楠岃瘉鐮佺被鍨� */ private Boolean enabled; - /** - * 璁剧疆璇锋眰鐨勭粺涓�鍓嶇紑 - */ - private String pathMapping; + /** + * 璁剧疆璇锋眰鐨勭粺涓�鍓嶇紑 + */ + private String pathMapping; /** * 楠岃瘉鐮佺被鍒� */ @@ -38,51 +38,51 @@ */ private String version; - /** - * 鑱旂郴鏂瑰紡 - */ + /** + * 鑱旂郴鏂瑰紡 + */ private Contact contact; - /** - * 缁勯厤缃� - */ - private List<Groups> groups; + /** + * 缁勯厤缃� + */ + private List<Groups> groups; @Data - @NoArgsConstructor - public static class Contact { + @NoArgsConstructor + public static class Contact { - /** - * 鑱旂郴浜� - */ - private String name; + /** + * 鑱旂郴浜� + */ + private String name; - /** - * 鑱旂郴浜簎rl - */ - private String url; + /** + * 鑱旂郴浜簎rl + */ + private String url; - /** - * 鑱旂郴浜篹mail - */ - private String email; + /** + * 鑱旂郴浜篹mail + */ + private String email; - } + } - @Data - @NoArgsConstructor - public static class Groups { + @Data + @NoArgsConstructor + public static class Groups { - /** - * 缁勫悕 - */ - private String name; + /** + * 缁勫悕 + */ + private String name; - /** - * 鍩虹鍖呰矾寰� - */ - private String basePackage; + /** + * 鍩虹鍖呰矾寰� + */ + private String basePackage; - } + } } -- Gitblit v1.9.3