Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
wangxiaolu-sfa-parent
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
sfa
wangxiaolu-sfa-parent
Commits
76ff9c16
提交
76ff9c16
authored
10月 09, 2024
作者:
李秋林
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
初始化代码库
上级
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
494 行增加
和
0 行删除
+494
-0
.gitignore
.gitignore
+39
-0
HELP.md
HELP.md
+132
-0
pom.xml
pom.xml
+323
-0
没有找到文件。
.gitignore
0 → 100644
浏览文件 @
76ff9c16
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
.mvn
logs
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
mvnw
mvnw.cmd
\ No newline at end of file
HELP.md
0 → 100644
浏览文件 @
76ff9c16
<p
align=
"center"
>
<img
alt=
"logo"
src=
"https://oscimg.oschina.net/oscnet/up-b99b286755aef70355a7084753f89cdb7c9.png"
>
</p>
<h1
align=
"center"
style=
"margin: 30px 0 30px; font-weight: bold;"
>
RuoYi v3.6.4
</h1>
<h4
align=
"center"
>
基于 Vue/Element UI 和 Spring Boot/Spring Cloud & Alibaba 前后端分离的分布式微服务架构
</h4>
<p
align=
"center"
>
<a
href=
"https://gitee.com/y_project/RuoYi-Cloud/stargazers"
><img
src=
"https://gitee.com/y_project/RuoYi-Cloud/badge/star.svg?theme=dark"
></a>
<a
href=
"https://gitee.com/y_project/RuoYi-Cloud"
><img
src=
"https://img.shields.io/badge/RuoYi-v3.6.4-brightgreen.svg"
></a>
<a
href=
"https://gitee.com/y_project/RuoYi-Cloud/blob/master/LICENSE"
><img
src=
"https://img.shields.io/github/license/mashape/apistatus.svg"
></a>
</p>
## 平台简介
若依是一套全部开源的快速开发平台,毫无保留给个人及企业免费使用。
*
采用前后端分离的模式,微服务版本前端(基于
[
RuoYi-Vue
](
https://gitee.com/y_project/RuoYi-Vue
)
)。
*
后端采用Spring Boot、Spring Cloud & Alibaba。
*
注册中心、配置中心选型Nacos,权限认证使用Redis。
*
流量控制框架选型Sentinel,分布式事务选型Seata。
*
提供了技术栈(
[
Vue3
](
https://v3.cn.vuejs.org
)
[
Element Plus
]
(https://element-plus.org/zh-CN)
[
Vite
](
https://cn.vitejs.dev
)
)版本
[
RuoYi-Cloud-Vue3
](
https://github.com/yangzongzhuan/RuoYi-Cloud-Vue3
)
,保持同步更新。
*
如需不分离应用,请移步
[
RuoYi
](
https://gitee.com/y_project/RuoYi
)
,如需分离应用,请移步
[
RuoYi-Vue
](
https://gitee.com/y_project/RuoYi-Vue
)
*
阿里云折扣场:
[
点我进入
](
http://aly.ruoyi.vip
)
,腾讯云秒杀场:
[
点我进入
](
http://txy.ruoyi.vip
)
*
阿里云优惠券:
[
点我领取
](
https://www.aliyun.com/minisite/goods?userCode=brki8iof&share_source=copy_link
)
,腾讯云优惠券:
[
点我领取
](
https://cloud.tencent.com/redirect.php?redirect=1025&cps_key=198c8df2ed259157187173bc7f4f32fd&from=console
)
#### 友情链接 [若依/RuoYi-Cloud](https://gitee.com/zhangmrit/ruoyi-cloud) Ant Design版本。
## 系统模块
~~~
com.sfa
├── wangxiaolu-sfa-ui // 前端框架 [80]
├── wangxiaolu-sfa-gateway // 网关模块 [8080]
├── wangxiaolu-sfa-auth // 认证中心 [9200]
├── wangxiaolu-sfa-api // 接口模块
│ └── wangxiaolu-sfa-api-system // 系统接口
├── wangxiaolu-sfa-common // 通用模块
│ └── wangxiaolu-sfa-common-core // 核心模块
│ └── wangxiaolu-sfa-common-datascope // 权限范围
│ └── wangxiaolu-sfa-common-datasource // 多数据源
│ └── wangxiaolu-sfa-common-log // 日志记录
│ └── wangxiaolu-sfa-common-redis // 缓存服务
│ └── wangxiaolu-sfa-common-seata // 分布式事务
│ └── wangxiaolu-sfa-common-security // 安全模块
│ └── wangxiaolu-sfa-common-swagger // 系统接口
├── wangxiaolu-sfa-modules // 业务模块
│ └── wangxiaolu-sfa-system // 系统模块 [9201]
│ └── wangxiaolu-sfa-gen // 代码生成 [9202]
│ └── wangxiaolu-sfa-job // 定时任务 [9203]
│ └── wangxiaolu-sfa-file // 文件服务 [9300]
├── wangxiaolu-sfa-visual // 图形化管理模块
│ └── wangxiaolu-sfa-visual-monitor // 监控中心 [9100]
├──pom.xml // 公共依赖
~~~
## 架构图
<img
src=
"https://oscimg.oschina.net/oscnet/up-82e9722ecb846786405a904bafcf19f73f3.png"
/>
## 内置功能
1.
用户管理:用户是系统操作者,该功能主要完成系统用户配置。
2.
部门管理:配置系统组织机构(公司、部门、小组),树结构展现支持数据权限。
3.
岗位管理:配置系统用户所属担任职务。
4.
菜单管理:配置系统菜单,操作权限,按钮权限标识等。
5.
角色管理:角色菜单权限分配、设置角色按机构进行数据范围权限划分。
6.
字典管理:对系统中经常使用的一些较为固定的数据进行维护。
7.
参数管理:对系统动态配置常用参数。
8.
通知公告:系统通知公告信息发布维护。
9.
操作日志:系统正常操作日志记录和查询;系统异常信息日志记录和查询。
10.
登录日志:系统登录日志记录查询包含登录异常。
11.
在线用户:当前系统中活跃用户状态监控。
12.
定时任务:在线(添加、修改、删除)任务调度包含执行结果日志。
13.
代码生成:前后端代码的生成(java、html、xml、sql)支持CRUD下载 。
14.
系统接口:根据业务代码自动生成相关的api接口文档。
15.
服务监控:监视当前系统CPU、内存、磁盘、堆栈等相关信息。
16.
在线构建器:拖动表单元素生成相应的HTML代码。
17.
连接池监视:监视当前系统数据库连接池状态,可进行分析SQL找出系统性能瓶颈。
## 在线体验
-
admin/admin123
-
陆陆续续收到一些打赏,为了更好的体验已用于演示服务器升级。谢谢各位小伙伴。
演示地址:http://ruoyi.vip
文档地址:http://doc.ruoyi.vip
## 演示图
<table>
<tr>
<td><img
src=
"https://oscimg.oschina.net/oscnet/cd1f90be5f2684f4560c9519c0f2a232ee8.jpg"
/></td>
<td><img
src=
"https://oscimg.oschina.net/oscnet/1cbcf0e6f257c7d3a063c0e3f2ff989e4b3.jpg"
/></td>
</tr>
<tr>
<td><img
src=
"https://oscimg.oschina.net/oscnet/up-8074972883b5ba0622e13246738ebba237a.png"
/></td>
<td><img
src=
"https://oscimg.oschina.net/oscnet/up-9f88719cdfca9af2e58b352a20e23d43b12.png"
/></td>
</tr>
<tr>
<td><img
src=
"https://oscimg.oschina.net/oscnet/up-39bf2584ec3a529b0d5a3b70d15c9b37646.png"
/></td>
<td><img
src=
"https://oscimg.oschina.net/oscnet/up-4148b24f58660a9dc347761e4cf6162f28f.png"
/></td>
</tr>
<tr>
<td><img
src=
"https://oscimg.oschina.net/oscnet/up-b2d62ceb95d2dd9b3fbe157bb70d26001e9.png"
/></td>
<td><img
src=
"https://oscimg.oschina.net/oscnet/up-d67451d308b7a79ad6819723396f7c3d77a.png"
/></td>
</tr>
<tr>
<td><img
src=
"https://oscimg.oschina.net/oscnet/5e8c387724954459291aafd5eb52b456f53.jpg"
/></td>
<td><img
src=
"https://oscimg.oschina.net/oscnet/644e78da53c2e92a95dfda4f76e6d117c4b.jpg"
/></td>
</tr>
<tr>
<td><img
src=
"https://oscimg.oschina.net/oscnet/up-8370a0d02977eebf6dbf854c8450293c937.png"
/></td>
<td><img
src=
"https://oscimg.oschina.net/oscnet/up-49003ed83f60f633e7153609a53a2b644f7.png"
/></td>
</tr>
<tr>
<td><img
src=
"https://oscimg.oschina.net/oscnet/up-d4fe726319ece268d4746602c39cffc0621.png"
/></td>
<td><img
src=
"https://oscimg.oschina.net/oscnet/up-c195234bbcd30be6927f037a6755e6ab69c.png"
/></td>
</tr>
<tr>
<td><img
src=
"https://oscimg.oschina.net/oscnet/up-ece3fd37a3d4bb75a3926e905a3c5629055.png"
/></td>
<td><img
src=
"https://oscimg.oschina.net/oscnet/up-92ffb7f3835855cff100fa0f754a6be0d99.png"
/></td>
</tr>
<tr>
<td><img
src=
"https://oscimg.oschina.net/oscnet/up-ff9e3066561574aca73005c5730c6a41f15.png"
/></td>
<td><img
src=
"https://oscimg.oschina.net/oscnet/up-5e4daac0bb59612c5038448acbcef235e3a.png"
/></td>
</tr>
</table>
## 若依微服务交流群
QQ群:
[

](https://jq.qq.com/?_wv=1027&k=yqInfq0S)
[

](https://jq.qq.com/?_wv=1027&k=Oy1mb3p8)
[

](https://jq.qq.com/?_wv=1027&k=rvxkJtXK)
[

](https://jq.qq.com/?_wv=1027&k=0Ck3PvTe)
[

](https://jq.qq.com/?_wv=1027&k=FnHHP4TT)
[

](https://jq.qq.com/?_wv=1027&k=qdT1Ojpz)
[

](https://jq.qq.com/?_wv=1027&k=nw3OiyXs)
[

](https://jq.qq.com/?_wv=1027&k=kiU5WDls)
[

](https://jq.qq.com/?_wv=1027&k=MtBy6YfT)
[

](https://jq.qq.com/?_wv=1027&k=FqImHgH2)
[

](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=G4jZ4EtdT50PhnMBudTnEwgonxkXOscJ&authKey=FkGHYfoTKlGE6wHdKdjH9bVoOgQjtLP9WM%2Fj7pqGY1msoqw9uxDiBo39E2mLgzYg&noverify=0&group_code=128355254)
[

](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=irnwcXhbLOQEv1g-TwGifjNTA_f4wZiA&authKey=4bpzEwhcUY%2FvsPDHvzYn6xfoS%2FtOArvZ%2BGXzfr7O0%2FEqLfkKA%2BuCDXlzHIFg8t93&noverify=0&group_code=179219821)
[

](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=lx1uEdEDuxeM7rUvF3qmlFdqKqdJ5Z-R&authKey=rgyPW9yhhh4IIURKVFa6NgP3qiqH04WAzrJ0trsgkr3pjzm6sKIOGyA58oOjoj%2FJ&noverify=0&group_code=158753145) 点击按钮入群。
\ No newline at end of file
pom.xml
0 → 100644
浏览文件 @
76ff9c16
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
com.wangxiaolu.sfa
</groupId>
<artifactId>
wangxiaolu-sfa-parent
</artifactId>
<version>
0.0.1
</version>
<packaging>
pom
</packaging>
<name>
wangxiaolu-sfa-parent
</name>
<description>
王小卤SFA
</description>
<properties>
<java.version>
1.8
</java.version>
<maven.compiler.source>
1.8
</maven.compiler.source>
<maven.compiler.target>
1.8
</maven.compiler.target>
<wxlsfa-common-core.version>
0.0.1
</wxlsfa-common-core.version>
<wxlsfa-common-redis.version>
0.0.1
</wxlsfa-common-redis.version>
<wxlsfa-api-system.version>
0.0.1
</wxlsfa-api-system.version>
<wxlsfa-common-swagger.version>
0.0.1
</wxlsfa-common-swagger.version>
<wxlsfa-common-log.version>
0.0.1
</wxlsfa-common-log.version>
<wxlsfa-common-security.version>
0.0.1
</wxlsfa-common-security.version>
<wxlsfa-common-datascope.version>
0.0.1
</wxlsfa-common-datascope.version>
<wxlsfa-common-datasource.version>
0.0.1
</wxlsfa-common-datasource.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<spring-boot.version>
2.7.18
</spring-boot.version>
<spring-cloud.version>
2021.0.8
</spring-cloud.version>
<spring-cloud-alibaba.version>
2021.0.5.0
</spring-cloud-alibaba.version>
<spring-framework.version>
5.3.33
</spring-framework.version>
<spring-boot-admin.version>
2.7.15
</spring-boot-admin.version>
<tobato.version>
1.27.2
</tobato.version>
<kaptcha.version>
2.3.3
</kaptcha.version>
<pagehelper.boot.version>
2.0.0
</pagehelper.boot.version>
<druid.version>
1.2.23
</druid.version>
<dynamic-ds.version>
4.2.0
</dynamic-ds.version>
<commons.io.version>
2.13.0
</commons.io.version>
<velocity.version>
2.3
</velocity.version>
<fastjson.version>
2.0.43
</fastjson.version>
<jjwt.version>
0.9.1
</jjwt.version>
<minio.version>
8.2.2
</minio.version>
<poi.version>
4.1.2
</poi.version>
<springdoc.version>
1.6.9
</springdoc.version>
<transmittable-thread-local.version>
2.14.4
</transmittable-thread-local.version>
<mysql-connector-java.version>
8.0.33
</mysql-connector-java.version>
</properties>
<!-- 依赖声明 -->
<dependencyManagement>
<dependencies>
<!-- SpringFramework的依赖配置-->
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-framework-bom
</artifactId>
<version>
${spring-framework.version}
</version>
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
<!-- SpringCloud 微服务 -->
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-dependencies
</artifactId>
<version>
${spring-cloud.version}
</version>
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
<!-- SpringCloud Alibaba 微服务 -->
<dependency>
<groupId>
com.alibaba.cloud
</groupId>
<artifactId>
spring-cloud-alibaba-dependencies
</artifactId>
<version>
${spring-cloud-alibaba.version}
</version>
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
<!-- SpringBoot 依赖配置 -->
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-dependencies
</artifactId>
<version>
${spring-boot.version}
</version>
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
<!-- FastDFS 分布式文件系统 -->
<dependency>
<groupId>
com.github.tobato
</groupId>
<artifactId>
fastdfs-client
</artifactId>
<version>
${tobato.version}
</version>
</dependency>
<!-- Springdoc webmvc 依赖配置 -->
<dependency>
<groupId>
org.springdoc
</groupId>
<artifactId>
springdoc-openapi-ui
</artifactId>
<version>
${springdoc.version}
</version>
</dependency>
<!-- 验证码 -->
<dependency>
<groupId>
pro.fessional
</groupId>
<artifactId>
kaptcha
</artifactId>
<version>
${kaptcha.version}
</version>
</dependency>
<!-- pagehelper 分页插件 -->
<dependency>
<groupId>
com.github.pagehelper
</groupId>
<artifactId>
pagehelper-spring-boot-starter
</artifactId>
<version>
${pagehelper.boot.version}
</version>
</dependency>
<!-- io常用工具类 -->
<dependency>
<groupId>
commons-io
</groupId>
<artifactId>
commons-io
</artifactId>
<version>
${commons.io.version}
</version>
</dependency>
<!-- excel工具 -->
<dependency>
<groupId>
org.apache.poi
</groupId>
<artifactId>
poi-ooxml
</artifactId>
<version>
${poi.version}
</version>
</dependency>
<!-- 代码生成使用模板 -->
<dependency>
<groupId>
org.apache.velocity
</groupId>
<artifactId>
velocity-engine-core
</artifactId>
<version>
${velocity.version}
</version>
</dependency>
<!-- JSON 解析器和生成器 -->
<dependency>
<groupId>
com.alibaba.fastjson2
</groupId>
<artifactId>
fastjson2
</artifactId>
<version>
${fastjson.version}
</version>
</dependency>
<!-- JWT -->
<dependency>
<groupId>
io.jsonwebtoken
</groupId>
<artifactId>
jjwt
</artifactId>
<version>
${jjwt.version}
</version>
</dependency>
<!-- 线程传递值 -->
<dependency>
<groupId>
com.alibaba
</groupId>
<artifactId>
transmittable-thread-local
</artifactId>
<version>
${transmittable-thread-local.version}
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
<dependency>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
<version>
${mysql-connector-java.version}
</version>
</dependency>
<!-- 核心模块 -->
<dependency>
<groupId>
com.wangxiaolu.sfa
</groupId>
<artifactId>
wangxiaolu-sfa-common-core
</artifactId>
<version>
${wxlsfa-common-core.version}
</version>
</dependency>
<!-- 安全模块 -->
<dependency>
<groupId>
com.wangxiaolu.sfa
</groupId>
<artifactId>
wangxiaolu-sfa-common-security
</artifactId>
<version>
${wxlsfa-common-security.version}
</version>
</dependency>
<!-- <!– 数据脱敏 –>-->
<!-- <dependency>-->
<!-- <groupId>com.wangxiaolu.sfa</groupId>-->
<!-- <artifactId>wangxiaolu-sfa-common-sensitive</artifactId>-->
<!-- <version>${wangxiaolu-sfa.version}</version>-->
<!-- </dependency>-->
<!-- 权限范围 -->
<dependency>
<groupId>
com.wangxiaolu.sfa
</groupId>
<artifactId>
wangxiaolu-sfa-common-datascope
</artifactId>
<version>
${wxlsfa-common-datascope.version}
</version>
</dependency>
<!-- 多数据源 -->
<dependency>
<groupId>
com.wangxiaolu.sfa
</groupId>
<artifactId>
wangxiaolu-sfa-common-datasource
</artifactId>
<version>
${wxlsfa-common-datasource.version}
</version>
</dependency>
<!-- <!– 分布式事务 –>-->
<!-- <dependency>-->
<!-- <groupId>com.wangxiaolu.sfa</groupId>-->
<!-- <artifactId>wangxiaolu-sfa-common-seata</artifactId>-->
<!-- <version>${wangxiaolu-sfa.version}</version>-->
<!-- </dependency>-->
<!-- 日志记录 -->
<dependency>
<groupId>
com.wangxiaolu.sfa
</groupId>
<artifactId>
wangxiaolu-sfa-common-log
</artifactId>
<version>
${wxlsfa-common-log.version}
</version>
</dependency>
<!-- 接口模块 -->
<dependency>
<groupId>
com.wangxiaolu.sfa
</groupId>
<artifactId>
wangxiaolu-sfa-common-swagger
</artifactId>
<version>
${wxlsfa-common-swagger.version}
</version>
</dependency>
<!-- 缓存服务 -->
<dependency>
<groupId>
com.wangxiaolu.sfa
</groupId>
<artifactId>
wangxiaolu-sfa-common-redis
</artifactId>
<version>
${wxlsfa-common-redis.version}
</version>
</dependency>
<!-- 系统接口 -->
<dependency>
<groupId>
com.wangxiaolu.sfa
</groupId>
<artifactId>
wangxiaolu-sfa-api-system
</artifactId>
<version>
${wxlsfa-api-system.version}
</version>
</dependency>
</dependencies>
</dependencyManagement>
<!-- <modules>-->
<!-- <module>wangxiaolu-sfa-auth</module>-->
<!-- <module>wangxiaolu-sfa-gateway</module>-->
<!-- <module>wangxiaolu-sfa-visual</module>-->
<!-- <module>wangxiaolu-sfa-modules</module>-->
<!-- <module>wangxiaolu-sfa-api</module>-->
<!-- <module>wangxiaolu-sfa-common</module>-->
<!-- </modules>-->
<dependencies>
<!-- bootstrap 启动器 -->
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-starter-bootstrap
</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
</plugin>
</plugins>
</build>
<!-- <build>-->
<!-- <plugins>-->
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-compiler-plugin</artifactId>-->
<!-- <configuration>-->
<!-- <source>${java.version}</source>-->
<!-- <target>${java.version}</target>-->
<!-- <encoding>${project.build.sourceEncoding}</encoding>-->
<!-- </configuration>-->
<!-- </plugin>-->
<!-- </plugins>-->
<!-- <pluginManagement>-->
<!-- <plugins>-->
<!-- <plugin>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
<!-- <version>${spring-boot.version}</version>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <goals>-->
<!-- <goal>repackage</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
<!-- </plugins>-->
<!-- </pluginManagement>-->
<!-- </build>-->
<!-- <repositories>-->
<!-- <repository>-->
<!-- <id>public</id>-->
<!-- <name>aliyun nexus</name>-->
<!-- <url>https://maven.aliyun.com/repository/public</url>-->
<!-- <releases>-->
<!-- <enabled>true</enabled>-->
<!-- </releases>-->
<!-- </repository>-->
<!-- </repositories>-->
<!-- <pluginRepositories>-->
<!-- <pluginRepository>-->
<!-- <id>public</id>-->
<!-- <name>aliyun nexus</name>-->
<!-- <url>https://maven.aliyun.com/repository/public</url>-->
<!-- <releases>-->
<!-- <enabled>true</enabled>-->
<!-- </releases>-->
<!-- <snapshots>-->
<!-- <enabled>false</enabled>-->
<!-- </snapshots>-->
<!-- </pluginRepository>-->
<!-- </pluginRepositories>-->
</project>
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论