组织ID: |
org.springframework.session |
项目ID: |
spring-session |
版本: |
1.0.0.RELEASE |
最后修改时间: |
2018-07-24 11:38:34 |
包类型: |
jar |
标题: |
Spring Session |
描述: |
Spring Session |
相关URL: |
https://github.com/spring-projects/spring-session |
大小: |
60.56KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.session:spring-session:1.0.0.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session</artifactId>
<version>1.0.0.RELEASE</version>
<name>Spring Session</name>
<description>Spring Session</description>
<url>https://github.com/spring-projects/spring-session</url>
<organization>
<name>Spring IO</name>
<url>http://projects.spring.io/spring-session</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>rwinch</id>
<name>Rob Winch</name>
<email>rwinch@pivotal.io</email>
</developer>
</developers>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/spring-projects/spring-session/issues</url>
</issueManagement>
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-session</connection>
<developerConnection>scm:git:git://github.com/spring-projects/spring-session</developerConnection>
<url>https://github.com/spring-projects/spring-session</url>
</scm>
<dependencies>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>1.3.0.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.1.3.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
<version>4.1.3.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>4.1.3.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-websocket</artifactId>
<version>4.1.3.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>4.0.0.RC1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.1.3.RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.session.MapSessionRepository.class
org.springframework.session.SessionRepository.class
org.springframework.session.MapSession.class
org.springframework.session.ExpiringSession.class
org.springframework.session.Session.class
org.springframework.session.web.socket.server.SessionRepositoryMessageInterceptor.class
org.springframework.session.web.socket.config.annotation.AbstractSessionWebSocketMessageBrokerConfigurer.class
org.springframework.session.web.socket.config.annotation.AbstractSessionWebSocketMessageBrokerConfigurer$SessionStompEndpointRegistry.class
org.springframework.session.web.socket.events.SessionConnectEvent.class
org.springframework.session.web.socket.handler.WebSocketConnectHandlerDecoratorFactory$SessionWebSocketHandler.class
org.springframework.session.web.socket.handler.WebSocketConnectHandlerDecoratorFactory.class
org.springframework.session.web.socket.handler.WebSocketRegistryListener.class
org.springframework.session.web.context.AbstractHttpSessionApplicationInitializer.class
org.springframework.session.web.http.OnCommittedResponseWrapper$SaveContextPrintWriter.class
org.springframework.session.web.http.SessionRepositoryFilter$1.class
org.springframework.session.web.http.HttpSessionManager.class
org.springframework.session.web.http.OncePerRequestFilter.class
org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryResponseWrapper.class
org.springframework.session.web.http.MultiHttpSessionStrategy.class
org.springframework.session.web.http.SessionRepositoryFilter.class
org.springframework.session.web.http.HeaderHttpSessionStrategy.class
org.springframework.session.web.http.RequestResponsePostProcessor.class
org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.class
org.springframework.session.web.http.CookieHttpSessionStrategy.class
org.springframework.session.web.http.OnCommittedResponseWrapper$SaveContextServletOutputStream.class
org.springframework.session.web.http.OnCommittedResponseWrapper.class
org.springframework.session.web.http.CookieHttpSessionStrategy$MultiSessionHttpServletResponse.class
org.springframework.session.web.http.SessionRepositoryFilter$2.class
org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper$HttpSessionWrapper.class
org.springframework.session.web.http.HttpSessionStrategy.class
org.springframework.session.web.http.SessionRepositoryFilter$MultiHttpSessionStrategyAdapter.class
org.springframework.session.data.redis.RedisOperationsSessionRepository$RedisSession.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
spring-data-redis-1.3.0.RELEASE.jar
/org.springframework.data/spring-data-redis/1.3.0.RELEASE
查看spring-data-redis所有版本文件
spring-context-4.1.3.RELEASE.jar
/org.springframework/spring-context/4.1.3.RELEASE
查看spring-context所有版本文件
spring-messaging-4.1.3.RELEASE.jar
/org.springframework/spring-messaging/4.1.3.RELEASE
查看spring-messaging所有版本文件
spring-web-4.1.3.RELEASE.jar
/org.springframework/spring-web/4.1.3.RELEASE
查看spring-web所有版本文件
spring-websocket-4.1.3.RELEASE.jar
/org.springframework/spring-websocket/4.1.3.RELEASE
查看spring-websocket所有版本文件
javax.servlet-api-3.0.1.jar
/javax.servlet/javax.servlet-api/3.0.1
查看javax.servlet-api所有版本文件
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
fest-assert-1.4.jar
/org.easytesting/fest-assert/1.4
查看fest-assert所有版本文件
mockito-core-1.9.5.jar
/org.mockito/mockito-core/1.9.5
查看mockito-core所有版本文件
spring-security-core-4.0.0.RC1.jar
/org.springframework.security/spring-security-core/4.0.0.RC1
查看spring-security-core所有版本文件
spring-test-4.1.3.RELEASE.jar
/org.springframework/spring-test/4.1.3.RELEASE
查看spring-test所有版本文件
|