mirror of https://gitee.com/maxjhandsome/pig
多种文件系统支持
This commit is contained in:
parent
a6088a8a4c
commit
195cf8559d
|
@ -32,6 +32,29 @@
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-starter-feign</artifactId>
|
<artifactId>spring-cloud-starter-feign</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!--spring-social 相关-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework.social</groupId>
|
||||||
|
<artifactId>spring-social-config</artifactId>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework.social</groupId>
|
||||||
|
<artifactId>spring-social-core</artifactId>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework.social</groupId>
|
||||||
|
<artifactId>spring-social-security</artifactId>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework.social</groupId>
|
||||||
|
<artifactId>spring-social-web</artifactId>
|
||||||
|
</dependency>
|
||||||
|
<!--微博登录:https://github.com/vergnes/spring-social-weibo-->
|
||||||
|
<!--<dependency>-->
|
||||||
|
<!--<groupId>org.springframework.social</groupId>-->
|
||||||
|
<!--<artifactId>spring-social-weibo</artifactId>-->
|
||||||
|
<!--<version>1.0.1-SNAPSHOT</version>-->
|
||||||
|
<!--</dependency>-->
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
Loading…
Reference in New Issue