# RuoYi-Vue **Repository Path**: silencecorner/RuoYi-Vue ## Basic Information - **Project Name**: RuoYi-Vue - **Description**: 🎉 基于SpringBoot,Spring Security,JWT,Vue & Element 的前后端分离权限管理系统,同时提供了 Vue3 的版本 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: http://ruoyi.vip - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 30669 - **Created**: 2025-01-17 - **Last Updated**: 2025-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### java google 代码风格 #### 代码格式化 ``` mvn clean spotless:check mvn clean spotless:apply ``` #### vscode `settings.json`: ``` "java.format.settings.url": "https://raw.githubusercontent.com/google/styleguide/gh-pages/eclipse-java-google-style.xml", ``` #### idea 安装[插件 googl 代码风格插件](https://plugins.jetbrains.com/plugin/8527-google-java-format) #### vue2 代码风格 `settings.json`: ``` "[vue]": { "editor.formatOnSave": true, "editor.defaultFormatter": "Vue.volar" } ```