增加数据源的远程调用模块

master
冷调 2024-08-21 11:49:17 +08:00
parent 833b4e8ff4
commit 3217607309
2 changed files with 3 additions and 6 deletions

7
.gitignore vendored
View File

@ -4,10 +4,7 @@ target/
!**/src/test/**/target/
### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
.idea
*.iws
*.iml
*.ipr
@ -35,4 +32,4 @@ build/
.vscode/
### Mac OS ###
.DS_Store
.DS_Store

View File

@ -8,7 +8,7 @@ import org.springframework.cloud.openfeign.FallbackFactory;
* @ AuthorCHX
* @ Date2024-08-21-10:54
* @ Version1.0
* @ Description
* @ Description
* @author Lenovo
*/
public class RemoteDataSourceFactory implements FallbackFactory<RemoteDataSourceService> {