All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download sts-persistence-jpa JAR 1.2.3 with all dependencies


Files of the artifact sts-persistence-jpa version 1.2.3 from the group de.adorsys.sts.

Artifact sts-persistence-jpa
Group de.adorsys.sts
Version 1.2.3
Last update 23. September 2024
Tags: securetokenservice modules
Organization not specified
URL Not specified
License not specified
Dependencies amount 12
Dependencies spring-boot-starter-data-jpa, sts-keymanagement-api, sts-spring, shedlock-provider-jdbc-template, flyway-core, flyway-database-postgresql, flyway-mysql, liquibase-core, postgresql, h2, mysql-connector-j, jackson-datatype-jsr310,
There are maybe transitive dependencies!
There is a newer version: 1.2.2
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of sts-persistence-jpa Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of sts-persistence-jpa version 1.2.3

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.de.adorsys.sts.sts-persistence-jpa
META-INF.maven.de.adorsys.sts.sts-persistence-jpa.META-INF.maven.de.adorsys.sts.sts-persistence-jpa.pom.properties
META-INF.maven.de.adorsys.sts.sts-persistence-jpa.META-INF.maven.de.adorsys.sts.sts-persistence-jpa.pom.xml
.application-flyway.yml
.application-h2.yml
.application-jpa.yml
.application-liquibase.yml
.application-mysql.yml
.application-postgres.yml
db.migration.flyway.h2
db.migration.flyway.h2.db.migration.flyway.h2.V0.19.0.1__create_hibernate_sequence.sql
db.migration.flyway.h2.db.migration.flyway.h2.V0.19.0.2__create_table_keystore.sql
db.migration.flyway.h2.db.migration.flyway.h2.V0.19.0.3__create_table_keyentry.sql
db.migration.flyway.h2.db.migration.flyway.h2.V0.19.0.5__create_table_lock_persistence.sql
db.migration.flyway.h2.db.migration.flyway.h2.V0.26.0.0__add_lastupdate_to_keystore.sql
db.migration.flyway.h2.db.migration.flyway.h2.V0.27.0.0__create_table_secret.sql
db.migration.flyway.h2.db.migration.flyway.h2.V0.27.1.0__enlarge_secret_column_in_table_secret.sql
db.migration.flyway.h2.db.migration.flyway.h2.V0.30.0__migrate_to_shedlock.sql
db.migration.flyway.mysql
db.migration.flyway.mysql.db.migration.flyway.mysql.V0.19.1.0__create_table_keystore.sql
db.migration.flyway.mysql.db.migration.flyway.mysql.V0.19.1.1__create_table_keyentry.sql
db.migration.flyway.mysql.db.migration.flyway.mysql.V0.19.1.2__create_table_lock_persistence.sql
db.migration.flyway.mysql.db.migration.flyway.mysql.V0.26.0.0__add_lastupdate_to_keystore.sql
db.migration.flyway.mysql.db.migration.flyway.mysql.V0.27.0.0__create_table_secret.sql
db.migration.flyway.mysql.db.migration.flyway.mysql.V0.27.1.0__enlarge_secret_column_in_table_secret.sql
db.migration.flyway.mysql.db.migration.flyway.mysql.V0.30.0__migrate_to_shedlock.sql
db.migration.flyway.postgres
db.migration.flyway.postgres.db.migration.flyway.postgres.V0.19.0.1__create_hibernate_sequence.sql
db.migration.flyway.postgres.db.migration.flyway.postgres.V0.19.0.2__create_table_keystore.sql
db.migration.flyway.postgres.db.migration.flyway.postgres.V0.19.0.3__create_table_keyentry.sql
db.migration.flyway.postgres.db.migration.flyway.postgres.V0.19.0.5__create_table_lock_persistence.sql
db.migration.flyway.postgres.db.migration.flyway.postgres.V0.26.0.0__add_lastupdate_to_keystore.sql
db.migration.flyway.postgres.db.migration.flyway.postgres.V0.27.0.0__create_table_secret.sql
db.migration.flyway.postgres.db.migration.flyway.postgres.V0.27.1.0__enlarge_secret_column_in_table_secret.sql
db.migration.flyway.postgres.db.migration.flyway.postgres.V0.30.0__migrate_to_shedlock.sql
db.migration.liquibase
db.migration.liquibase.db.migration.liquibase.changelog.yml
db.migration.liquibase.changelogs
db.migration.liquibase.changelogs.db.migration.liquibase.changelogs.01-create-hibernate-sequence.yml
db.migration.liquibase.changelogs.db.migration.liquibase.changelogs.02-create-table-keystore.yml
db.migration.liquibase.changelogs.db.migration.liquibase.changelogs.03-create-table-keyentry.yml
db.migration.liquibase.changelogs.db.migration.liquibase.changelogs.04-create-table-lock_persistence.yml
db.migration.liquibase.changelogs.db.migration.liquibase.changelogs.05-add-lastupdate-to-keystore.yml
db.migration.liquibase.changelogs.db.migration.liquibase.changelogs.06-create-table-secret.yml
db.migration.liquibase.changelogs.db.migration.liquibase.changelogs.07-enlarge-secret-column_in-table-secret.yml
db.migration.liquibase.changelogs.db.migration.liquibase.changelogs.08-create_table_sts_lock.yml
db.migration.liquibase.changelogs.db.migration.liquibase.changelogs.09-migrate-lock_persistence.yml
db.migration.liquibase.changelogs.db.migration.liquibase.changelogs.10-drop_table_lock_persistance.yml
de.adorsys.sts.persistence.jpa
de.adorsys.sts.persistence.jpa.de.adorsys.sts.persistence.jpa.DatabaseKeyStoreRepository
de.adorsys.sts.persistence.jpa.de.adorsys.sts.persistence.jpa.DatabaseSecretRepository
de.adorsys.sts.persistence.jpa.config
de.adorsys.sts.persistence.jpa.config.de.adorsys.sts.persistence.jpa.config.EnableJpaPersistence
de.adorsys.sts.persistence.jpa.config.de.adorsys.sts.persistence.jpa.config.JpaConfiguration
de.adorsys.sts.persistence.jpa.entity
de.adorsys.sts.persistence.jpa.entity.de.adorsys.sts.persistence.jpa.entity.JpaKeyEntryAttributes
de.adorsys.sts.persistence.jpa.entity.de.adorsys.sts.persistence.jpa.entity.JpaKeyStore
de.adorsys.sts.persistence.jpa.entity.de.adorsys.sts.persistence.jpa.entity.JpaSecret
de.adorsys.sts.persistence.jpa.mapping
de.adorsys.sts.persistence.jpa.mapping.de.adorsys.sts.persistence.jpa.mapping.KeyStoreEntityMapper
de.adorsys.sts.persistence.jpa.mapping.de.adorsys.sts.persistence.jpa.mapping.ZonedDateTimeConverter
de.adorsys.sts.persistence.jpa.repository
de.adorsys.sts.persistence.jpa.repository.de.adorsys.sts.persistence.jpa.repository.JpaKeyEntryAttributesRepository
de.adorsys.sts.persistence.jpa.repository.de.adorsys.sts.persistence.jpa.repository.JpaKeyStoreRepository
de.adorsys.sts.persistence.jpa.repository.de.adorsys.sts.persistence.jpa.repository.JpaSecretRepository
.init-postgres-schema.sql




© 2015 - 2024 Weber Informatics LLC | Privacy Policy