- Upgrade Spring Boot version to 3.1.5
- Upgraded Maven and Gradle versions
- Implemented best practices to not expose entity
- Upgraded generator dependencies (chai, sinon, etc)
- Supports running application with Java 21 and Spring Boot 3.2.0
- Upgrade Spring Boot version to 3.1.3
- Upgraded Maven and Gradle versions
- Refine Testcontainers configuration
- Simplify LocalStack configuration
- Removed H2 database config
- Upgrade Spring Boot version to 3.1.1
- Introduced Testcontainers support for dev mode
- Fixed LocalStack configuration issues
- Upgraded generator dependencies (chai, sinon, etc)
- Upgraded Maven and Gradle versions
- Updated googleJavaFormat configuration.
- Fixes issue with mysql and mariadb when flyway is selected (#58)
- Support Mariadb Sequences (#59)
- Support other liquibase formats (#69)
- Upgraded SpringBoot to 3.0.2 and other library versions
- Upgraded SpringBoot to 3.0.0 and other library versions
- Upgraded AWS to 3.0.0-M3, compatible version with SpringBoot 3 which uses AWS 2.0 API
- Tweaked code to get All entries from datasource using pagination
- Supporting developing application in VSCode
- Enhanced support for logback encoder when elk stack is selected
- Fixes issue while generating api and tables when
tablename
contains camelCase(#47) - Upgraded liquibase configuration to use Out of the Box format and location
- Upgraded SpringBoot to 2.7.4 and other library versions
- Fixed code formatting
- Fixed Flyway with MySQL and MariaDB issue
- Upgraded SpringBoot to 2.6.7 and library versions
- Updated Spring Cloud AWS setup to use new https://awspring.io/ based configuration
- Removed
springfox-boot-starter
and usedspringdoc-openapi-ui
- Added google-java-format support
- Upgraded plugins versions
- Removed Checkstyle, PMD plugins
- Configured Checkstyle, PMD, SonarQube, google-java-format plugins
- Added Localstack autoconfiguration support
- Removed support for generation of
config-server
andservice-registry
- Updated SpringBoot and other libraries version
- Updated to use testcontainers-spring-boot https://github.com/testcontainers/testcontainers-spring-boot
- Generate Zipkin docker-compose file when Distributed Tracing is selected
- Fixed Flyway/Liquibase db migration script generation issue
- Added tests for sanity check
- Added support for generating docker-compose yml files for application, ELK, Prometheus, Grafana