mirror of
https://github.com/mfish-qf/mfish-nocode.git
synced 2026-09-01 15:09:52 +08:00
更名
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2021 qiufeng9862
|
||||
Copyright (c) 2021 mfish-qf
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* 当前版本完成oauth2统一认证接入
|
||||
* 只需要认证代码可以查看mfish_oauth2_1.0.0分支
|
||||
* *[认证----gitee地址](https://gitee.com/qiufeng9862/mfish-cloud/tree/mfish_oauth2_1.0.0/)*
|
||||
* *[认证----github地址](https://github.com/qiufeng9862/mfish-cloud/tree/mfish_oauth2_1.0.0)*
|
||||
* *[认证----github地址](https://github.com/mfish-qf/mfish-cloud/tree/mfish_oauth2_1.0.0)*
|
||||
* 持续进行功能完善
|
||||
|
||||
### 一期目标:
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<java.version>1.8</java.version>
|
||||
<spring-boot.version>2.7.3</spring-boot.version>
|
||||
<spring-cloud.version>2021.0.3</spring-cloud.version>
|
||||
<spring-cloud-alibaba.version>2021.0.1.0</spring-cloud-alibaba.version>
|
||||
<spring-cloud.version>2021.0.4</spring-cloud.version>
|
||||
<spring-cloud-alibaba.version>2021.0.4.0</spring-cloud-alibaba.version>
|
||||
<alibaba.nacos.version>2.0.4</alibaba.nacos.version>
|
||||
<mybatis-plus.version>3.5.2</mybatis-plus.version>
|
||||
<swagger.fox.version>3.0.0</swagger.fox.version>
|
||||
@@ -104,6 +104,11 @@
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-data-redis</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
</dependency>
|
||||
<!-- FastDFS 分布式文件系统 -->
|
||||
<dependency>
|
||||
<groupId>com.github.tobato</groupId>
|
||||
|
||||
Reference in New Issue
Block a user