Skip to content

Releases: wazooinc/spring-boot-blog-application

Added support for image uploads

Choose a tag to compare

@erikyuzwa erikyuzwa released this 29 Oct 22:59
  • Added support for uploading images
  • Added migration script for supporting imageFilePath on Post model
  • I WON THE HEADLESS HORSEMAN MOUNT

rubycakes-headless-horseman

Added Flyway Migration Support

Choose a tag to compare

@erikyuzwa erikyuzwa released this 29 Oct 21:17
  • Tweaked compose.yaml configuration
  • Added support for Flyway migration management for the database
  • Updated Account model to support created_at and updated_at properties
  • Tweaks to the SeedData to use the @builder annotation
  • Added a V1__initial_migration.sql script for flyway

Added Docker support and MySQL

Choose a tag to compare

@erikyuzwa erikyuzwa released this 28 Oct 18:13
  • Added support for Docker to this project
  • Switched out the H2 database for MySQL
  • Added support for the phpMyAdmin tool
  • Added support for working with .env (environment) files

Small bugfixes and minor dependency updates

Choose a tag to compare

@erikyuzwa erikyuzwa released this 28 Oct 17:26
  • Updated styling with Bootstrap CSS
  • Made some template rendering bugfixes
  • Updated the spring boot dependency to 3.1.5

Added RSS Feed Support

Choose a tag to compare

@erikyuzwa erikyuzwa released this 14 Feb 21:04
929e813
  • Added support for RSS Feeds being generated when requests are made to /rss

Upgrade to Spring Boot 3

Choose a tag to compare

@erikyuzwa erikyuzwa released this 10 Feb 23:13
2b6d3b6
  • Upgrade to Spring Boot 3
  • Remove WebSecurityConfigurerAdapter
  • Update javax.persistence.* references to jakarta.persistence.*

Final final update for spring boot 2.7.8

Choose a tag to compare

@erikyuzwa erikyuzwa released this 10 Feb 17:07
  • I wanted to demonstrate how one might approach an upgrade to spring boot 3 (aka. spring security 6)
  • Rewrote the web security configuration to use the deprecated WebSecurityConfigurerAdapter
  • Minor updates to the application.properties

last version using spring boot 2.7.1

Choose a tag to compare

@erikyuzwa erikyuzwa released this 08 Feb 19:54
  • This is the final release of this app using spring boot 2.7.1
  • Created for archival purposes and for the practice of upgrading a project from spring boot 2 -> 3
  • Hope it helps!