se-auth/pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
se-common/se-common-datascope/pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
se-common/se-common-log/pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
se-common/se-common-redis/pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
se-common/se-common-security/pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
se-common/se-common-sensitive/pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
se-gateway/pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
se-modules/se-file/pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
se-modules/se-gen/pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
se-modules/se-job/pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
se-modules/se-system/pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
se-ui/src/components/RuoYi/Doc/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
se-ui/src/components/RuoYi/Git/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
se-ui/src/layout/components/Navbar.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
se-auth/pom.xml
@@ -46,7 +46,7 @@ <artifactId>spring-boot-starter-actuator</artifactId> </dependency> <!-- RuoYi Common Security--> <!-- SE Common Security--> <dependency> <groupId>com.se</groupId> <artifactId>se-common-security</artifactId> se-common/se-common-datascope/pom.xml
@@ -17,7 +17,7 @@ <dependencies> <!-- RuoYi Common Security --> <!-- SE Common Security --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-security</artifactId> se-common/se-common-log/pom.xml
@@ -17,7 +17,7 @@ <dependencies> <!-- RuoYi Common Security --> <!-- SE Common Security --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-security</artifactId> se-common/se-common-redis/pom.xml
@@ -23,7 +23,7 @@ <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> <!-- RuoYi Common Core--> <!-- SE Common Core--> <dependency> <groupId>com.se</groupId> <artifactId>se-common-core</artifactId> se-common/se-common-security/pom.xml
@@ -22,13 +22,13 @@ <artifactId>spring-webmvc</artifactId> </dependency> <!-- RuoYi Api System --> <!-- SE Api System --> <dependency> <groupId>com.se</groupId> <artifactId>se-api-system</artifactId> </dependency> <!-- RuoYi Common Redis--> <!-- SE Common Redis--> <dependency> <groupId>com.se</groupId> <artifactId>se-common-redis</artifactId> se-common/se-common-sensitive/pom.xml
@@ -17,7 +17,7 @@ <dependencies> <!-- RuoYi Common Security --> <!-- SE Common Security --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-security</artifactId> se-gateway/pom.xml
@@ -70,7 +70,7 @@ <artifactId>kaptcha</artifactId> </dependency> <!-- RuoYi Common Redis--> <!-- SE Common Redis--> <dependency> <groupId>com.se</groupId> <artifactId>se-common-redis</artifactId> se-modules/se-file/pom.xml
@@ -55,13 +55,13 @@ <!-- <version>${minio.version}</version>--> </dependency> <!-- RuoYi Api System --> <!-- SE Api System --> <dependency> <groupId>com.se</groupId> <artifactId>se-api-system</artifactId> </dependency> <!-- RuoYi Common Swagger --> <!-- SE Common Swagger --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-swagger</artifactId> se-modules/se-gen/pom.xml
@@ -60,13 +60,13 @@ <artifactId>mysql-connector-j</artifactId> </dependency> <!-- RuoYi Common Log --> <!-- SE Common Log --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-log</artifactId> </dependency> <!-- RuoYi Common Swagger --> <!-- SE Common Swagger --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-swagger</artifactId> se-modules/se-job/pom.xml
@@ -67,13 +67,13 @@ <artifactId>mysql-connector-j</artifactId> </dependency> <!-- RuoYi Common Log --> <!-- SE Common Log --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-log</artifactId> </dependency> <!-- RuoYi Common Swagger --> <!-- SE Common Swagger --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-swagger</artifactId> se-modules/se-system/pom.xml
@@ -54,25 +54,25 @@ <artifactId>mysql-connector-j</artifactId> </dependency> <!-- RuoYi Common DataSource --> <!-- SE Common DataSource --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-datasource</artifactId> </dependency> <!-- RuoYi Common DataScope --> <!-- SE Common DataScope --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-datascope</artifactId> </dependency> <!-- RuoYi Common Log --> <!-- SE Common Log --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-log</artifactId> </dependency> <!-- RuoYi Common Swagger --> <!-- SE Common Swagger --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-swagger</artifactId> se-ui/src/components/RuoYi/Doc/index.vue
@@ -6,7 +6,7 @@ <script> export default { name: 'RuoYiDoc', name: 'SEDoc', data() { return { url: 'http://doc.ruoyi.vip/se-cloud' se-ui/src/components/RuoYi/Git/index.vue
@@ -6,7 +6,7 @@ <script> export default { name: 'RuoYiGit', name: 'SEGit', data() { return { url: 'https://gitee.com/y_project/se-Cloud' se-ui/src/layout/components/Navbar.vue
@@ -54,8 +54,8 @@ import Screenfull from '@/components/Screenfull' import SizeSelect from '@/components/SizeSelect' import Search from '@/components/HeaderSearch' import RuoYiGit from '@/components/se/Git' import RuoYiDoc from '@/components/se/Doc' import SEGit from '@/components/se/Git' import SEDoc from '@/components/se/Doc' export default { components: { @@ -65,8 +65,8 @@ Screenfull, SizeSelect, Search, RuoYiGit, RuoYiDoc SEGit, SEDoc }, computed: { ...mapGetters([