spring social wechat
spring-social-wechat-1.4.1
프로덕션 릴리스는 Maven Central 에서 사용할 수 있습니다.
implementation ' com.ikasoa:spring-social-wechat:${version} '
< dependency >
< groupId >com.ikasoa</ groupId >
< artifactId >spring-social-wechat</ artifactId >
< version >${version}</ version >
</ dependency >
시스템에 여러 공급자를 설정할 수 있습니다.
[AppId] , [AppSecret] 및 기타 매개변수는 공급자 웹사이트에서 얻을 수 있습니다.
spring:
social:
wechat:
app-id: [AppId]
app-secret: [AppSecret]
spring:
social:
wechatmp:
app-id: [AppId]
app-secret: [AppSecret]
spring:
social:
wecom:
app-id: [AppId]
agent-id: [AgentId]
app-secret: [Secret]
제공자 이름 | 공급자 ID | 승인 유형 | 매개변수 | 필수의 (이 플랫폼을 사용하는 경우) | 기본 |
---|---|---|---|---|---|
위챗 오픈 플랫폼 | 위챗 | QR코드 | spring.social.wechat.app-id | 예 | |
spring.social.wechat.app-비밀 | 예 | ||||
spring.social.wechat.check-상태 | 아니요 | 진실 | |||
WeChat 공식 계정 플랫폼 | 위챗엠프 | 웹페이지 | spring.social.wechatmp.app-id | 예 | |
spring.social.wechatmp.app-비밀 | 예 | ||||
spring.social.wechatmp.check-상태 | 아니요 | 진실 | |||
위챗워크 | 웨콤 | QR코드 | spring.social.wecom.app-id | 예 | |
spring.social.wecom.agent-id | 예 | ||||
spring.social.wecom.app-비밀 | 예 | ||||
spring.social.wechat.check-상태 | 아니요 | 진실 |
이 [ProviderId] 는 'wechat' , 'wechatmp' 또는 'wecom' 이어야 합니다. 선택한 제공업체에 따라 다릅니다. (위의 표를 참고해주세요)
< form action =" /signin/[ProviderId] " method =" POST " >
< button type =" submit " > Log in </ button >
</ form >
봄-소셜-wechat-샘플