Last Version

com.github.onepiecex:session-share-spring-boot-starter 1.65

session share 通常的做法 放入redis/memcached/jdbc/hazelcast等 我的做法是 把session的所有数据通过AES对称加密 放入cookie中 我使用cookie来存放session的所有数据 思想来源于ninjaframework 的 session实现

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.onepiecex
ArtifactId

ArtifactId

session-share-spring-boot-starter
Version

Version

1.65
Type

Type

jar
Description

Description

session share 通常的做法 放入redis/memcached/jdbc/hazelcast等 我的做法是 把session的所有数据通过AES对称加密 放入cookie中 我使用cookie来存放session的所有数据 思想来源于ninjaframework 的 session实现

Download session-share-spring-boot-starter 1.65


<!-- https://jarcasting.com/artifacts/com.github.onepiecex/session-share-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.onepiecex</groupId>
    <artifactId>session-share-spring-boot-starter</artifactId>
    <version>1.65</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.onepiecex/session-share-spring-boot-starter/
implementation 'com.github.onepiecex:session-share-spring-boot-starter:1.65'
// https://jarcasting.com/artifacts/com.github.onepiecex/session-share-spring-boot-starter/
implementation ("com.github.onepiecex:session-share-spring-boot-starter:1.65")
'com.github.onepiecex:session-share-spring-boot-starter:jar:1.65'
<dependency org="com.github.onepiecex" name="session-share-spring-boot-starter" rev="1.65">
  <artifact name="session-share-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.onepiecex', module='session-share-spring-boot-starter', version='1.65')
)
libraryDependencies += "com.github.onepiecex" % "session-share-spring-boot-starter" % "1.65"
[com.github.onepiecex/session-share-spring-boot-starter "1.65"]

Dependencies

compile (1)

Group / Artifact Type Version
com.github.onepiecex : session-share-core jar 1.65

provided (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 1.5.3.RELEASE
javax.servlet : javax.servlet-api jar 3.1.0
org.springframework : spring-web jar 4.3.9.RELEASE

Project Modules

There are no modules declared in this project.