Config:
The config can be done by spring boot autoconfig.
U only need to impl & register SignInAdapter to context to perform signin after oauth check
Usage:
Wirte html form to post request to "/signin/weibo"
License |
License |
---|---|
Categories |
CategoriesNet ORM Data |
GroupId | GroupIdnet.gplatform |
ArtifactId | ArtifactIdspring-social-weibo |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionparent project for all gplatform project
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-social-weibo-1.0.3.pom | |
spring-social-weibo-1.0.3.jar | 22 KB |
spring-social-weibo-1.0.3-sources.jar | 18 KB |
spring-social-weibo-1.0.3-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.gplatform/spring-social-weibo/ -->
<dependency>
<groupId>net.gplatform</groupId>
<artifactId>spring-social-weibo</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.gplatform/spring-social-weibo/
implementation 'net.gplatform:spring-social-weibo:1.0.3'
// https://jarcasting.com/artifacts/net.gplatform/spring-social-weibo/
implementation ("net.gplatform:spring-social-weibo:1.0.3")
'net.gplatform:spring-social-weibo:jar:1.0.3'
<dependency org="net.gplatform" name="spring-social-weibo" rev="1.0.3">
<artifact name="spring-social-weibo" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.gplatform', module='spring-social-weibo', version='1.0.3')
)
libraryDependencies += "net.gplatform" % "spring-social-weibo" % "1.0.3"
[net.gplatform/spring-social-weibo "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
net.gplatform : spring-social-base | jar | 1.0.3 |
com.belerweb : weibo4j-oauth2 | jar | 2.1.1-beta2-3 |
Config:
The config can be done by spring boot autoconfig.
U only need to impl & register SignInAdapter to context to perform signin after oauth check
Usage:
Wirte html form to post request to "/signin/weibo"