For the Spring Boot Rest API deployed on AWS EC2 and using a AWS RDS, please visit https://github.com/Kern000/spring-boot-docker-jdk-17
This is the Spring Boot Rest API using JDK 22 as an experiment for H2 in-memory Database and PostgreSQL docker image.
The HTTP Verb required is GET.
Example: /api/practices/1
The HTTP Verb required is GET.
Used with YARC or an API endpoint consumption. The HTTP Verb required is POST.
Example: /api/practices/update/1
Used with YARC or an API endpoint consumption. The HTTP Verb required is PUT.
Example: /api/practices/delete/1
Used with YARC or an API endpoint consumption. The HTTP Verb required is DELETE.
- INFO level logging on root
- TRACE level logging on "practice" folder level
- gzip server compression on various HTTP data types
- SQL initial piping, SQL seeding
- SQL Parameterization on Data Access Layer