Skip to content

Releases: joaogcs/spring-kotlin-api-oauth2-with-db

v1.0.6

22 Mar 01:17
Compare
Choose a tag to compare

1.0.6 (2022-03-22)

Bug Fixes

  • addition of application back again (89d2ba9)

v1.0.5

22 Mar 01:16
Compare
Choose a tag to compare

1.0.5 (2022-03-22)

Bug Fixes

  • remove integration tests (5dcba8f)

v1.0.4

22 Mar 01:13
Compare
Choose a tag to compare

1.0.4 (2022-03-22)

Bug Fixes

  • remove integration tests (8e04dba)

v1.0.3

22 Mar 01:00
Compare
Choose a tag to compare

1.0.3 (2022-03-22)

Bug Fixes

  • Github Actions CI java version from 8 to 11 (39e8ddc)

v1.0.2

22 Mar 00:56
Compare
Choose a tag to compare

1.0.2 (2022-03-22)

Bug Fixes

  • Github Actions release pipeline (8f065f0)
  • Github Actions release pipeline PAT token (9497ac4)
  • pom.xml version (01ec454)

v1.0.1

03 Dec 05:47
3b5a711
Compare
Choose a tag to compare

1.0.1 (2021-12-03)

Fix

fix: missing dependency version
fix: pom.xml snapshot version
doc: fix kotlin version on README

v1.0.0

03 Dec 05:30
Compare
Choose a tag to compare

1.0.0 (2021-12-03)

Features

  • docker compose to build a local postgresql database
  • flyway versioning to create database schemas
  • Two accounts to test roles
  • Three routes to test users access permissions
  • Basic exception handling

Note: This project follows S.O.L.I.D concepts.