Releases: wazooinc/spring-boot-blog-application
Releases · wazooinc/spring-boot-blog-application
Release list
Added support for image uploads
Added Flyway Migration Support
- Tweaked
compose.yamlconfiguration - Added support for Flyway migration management for the database
- Updated
Accountmodel to supportcreated_atandupdated_atproperties - Tweaks to the
SeedDatato use the@builderannotation - Added a
V1__initial_migration.sqlscript for flyway
Added Docker support and MySQL
- 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
- Updated styling with Bootstrap CSS
- Made some template rendering bugfixes
- Updated the spring boot dependency to
3.1.5
Added RSS Feed Support
- Added support for RSS Feeds being generated when requests are made to
/rss
Upgrade to Spring Boot 3
- Upgrade to Spring Boot 3
- Remove
WebSecurityConfigurerAdapter - Update
javax.persistence.*references tojakarta.persistence.*
Final final update for spring boot 2.7.8
- 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
- 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!
