Skip to content

Releases: Patlenlix/CrimeDatabase

VG Criteria Release

08 Apr 12:09
800dc0c
Compare
Choose a tag to compare

Fulfilling three VG-criteria for the final project of Java Enterprise course at IT-Högskolan, Gothenburg.
The creterias are:

  • Unit- and integrationtests
  • Frontend in Thymeleaf.
  • CI-pipe and downloadable artifact, as well as a report of the tests

Version 1.0.1 bugfix

31 Mar 13:32
fa513b9
Compare
Choose a tag to compare

Fix deployment instructions to work with docker-compose and the published docker image here on GitHub.

What's Changed

Full Changelog: v1.0.0...v1.0.1

G Criteria Release

27 Mar 20:28
2d7eeee
Compare
Choose a tag to compare

First release of Crime Database. Fulfilling all G-criteria for the final project of Java Enterprise course at IT-Högskolan, Gothenburg.

Includes:

  • Project done in Spring Boot
  • Six entitites
  • Using relational database relations
  • Custom exceptions
  • Basic Spring Security implementation
  • User roles for diffierent levels of access
  • Using RabbitMQ messaging
  • Following CI Github workflow

For project meeting notes see NOTES.MD included in project root folder.

What's Changed

New Contributors

Full Changelog: https://github.com/Patlenlix/CrimeDatabase/commits/v1.0.0