组织ID: |
org.springframework.session |
项目ID: |
spring-session-jdbc |
版本: |
2.0.3.RELEASE |
最后修改时间: |
2018-07-26 18:43:23 |
包类型: |
jar |
标题: |
spring-session-jdbc |
描述: |
spring-session-jdbc |
相关URL: |
http://spring.io/spring-security |
大小: |
33.67KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-jdbc</artifactId>
<version>2.0.3.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.session:spring-session-jdbc:2.0.3.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-jdbc</artifactId>
<version>2.0.3.RELEASE</version>
<name>spring-session-jdbc</name>
<description>spring-session-jdbc</description>
<url>http://spring.io/spring-security</url>
<organization>
<name>spring.io</name>
<url>http://spring.io/</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>
<developer>
<id>jgrandja</id>
<name>Joe Grandja</name>
<email>jgrandja@pivotal.io</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-security</connection>
<developerConnection>scm:git:git://github.com/spring-projects/spring-security</developerConnection>
<url>https://github.com/spring-projects/spring-security</url>
</scm>
<dependencies>
<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-core</artifactId>
<version>2.0.3.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<scope>compile</scope>
<version>5.0.6.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<scope>compile</scope>
<version>5.0.6.RELEASE</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>test</scope>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
<version>4.12</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
<version>3.9.1</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
<version>2.18.3</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<scope>test</scope>
<version>5.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
<version>5.0.6.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<scope>test</scope>
<version>5.0.6.RELEASE</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.session.jdbc.JdbcOperationsSessionRepository$1.class
org.springframework.session.jdbc.config.annotation.SpringSessionDataSource.class
org.springframework.session.jdbc.config.annotation.web.http.JdbcHttpSessionConfiguration.class
org.springframework.session.jdbc.config.annotation.web.http.EnableJdbcHttpSession.class
org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.class
org.springframework.session.jdbc.JdbcOperationsSessionRepository$2.class
org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.class
org.springframework.session.jdbc.JdbcOperationsSessionRepository$4.class
org.springframework.session.jdbc.JdbcOperationsSessionRepository.class
org.springframework.session.jdbc.JdbcOperationsSessionRepository$DeltaValue.class
org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.class
org.springframework.session.jdbc.JdbcOperationsSessionRepository$5.class
org.springframework.session.jdbc.JdbcOperationsSessionRepository$6.class
org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.class
org/springframework/session/jdbc/schema-derby.sql
org/springframework/session/jdbc/schema-drop-sybase.sql
org/springframework/session/jdbc/schema-drop-hsqldb.sql
org/springframework/session/jdbc/schema-drop-derby.sql
org/springframework/session/jdbc/schema-oracle.sql
org/springframework/session/jdbc/schema-drop-mysql.sql
org/springframework/session/jdbc/schema-sqlserver.sql
org/springframework/session/jdbc/schema-drop-postgresql.sql
org/springframework/session/jdbc/schema-drop-h2.sql
org/springframework/session/jdbc/schema-mysql.sql
org/springframework/session/jdbc/schema-sqlite.sql
org/springframework/session/jdbc/schema-drop-sqlserver.sql
org/springframework/session/jdbc/schema-postgresql.sql
org/springframework/session/jdbc/schema-drop-db2.sql
org/springframework/session/jdbc/schema-drop-sqlite.sql
org/springframework/session/jdbc/schema-db2.sql
org/springframework/session/jdbc/schema-drop-oracle.sql
org/springframework/session/jdbc/schema-hsqldb.sql
org/springframework/session/jdbc/schema-sybase.sql
org/springframework/session/jdbc/schema-h2.sql
|
依赖Jar: |
spring-session-core-2.0.3.RELEASE.jar
/org.springframework.session/spring-session-core/2.0.3.RELEASE
查看spring-session-core所有版本文件
spring-context-5.0.6.RELEASE.jar
/org.springframework/spring-context/5.0.6.RELEASE
查看spring-context所有版本文件
spring-jdbc-5.0.6.RELEASE.jar
/org.springframework/spring-jdbc/5.0.6.RELEASE
查看spring-jdbc所有版本文件
javax.servlet-api-3.1.0.jar
/javax.servlet/javax.servlet-api/3.1.0
查看javax.servlet-api所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
assertj-core-3.9.1.jar
/org.assertj/assertj-core/3.9.1
查看assertj-core所有版本文件
mockito-core-2.18.3.jar
/org.mockito/mockito-core/2.18.3
查看mockito-core所有版本文件
spring-security-core-5.0.5.RELEASE.jar
/org.springframework.security/spring-security-core/5.0.5.RELEASE
查看spring-security-core所有版本文件
spring-test-5.0.6.RELEASE.jar
/org.springframework/spring-test/5.0.6.RELEASE
查看spring-test所有版本文件
spring-web-5.0.6.RELEASE.jar
/org.springframework/spring-web/5.0.6.RELEASE
查看spring-web所有版本文件
|