net.gplatform:spring-social-weibo

parent project for all gplatform project

License

License

Categories

Categories

Net ORM Data
GroupId

GroupId

net.gplatform
ArtifactId

ArtifactId

spring-social-weibo
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

parent project for all gplatform project
Project Organization

Project Organization

Shark Xu
Source Code Management

Source Code Management

https://github.com/zwzwzw/spring-social-weibo

Download spring-social-weibo

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
net.gplatform : spring-social-base jar 1.0.3
com.belerweb : weibo4j-oauth2 jar 2.1.1-beta2-3

Project Modules

There are no modules declared in this project.

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"

Versions

Version
1.0.3
1.0.2