Wednesday, February 02, 2022

Spring Hibernate Microservices cheat sheet

Spring Hibernate Microservices 

Unsorted notes

Cheat sheet



REST:

REST tut

- Spring HATEOAS - no links, no REST

- Simple HATEOAS

Query Parameter vs URI Path - RequestParam vs PathVariable

Optional values

RequestParam

Map all params

NotFoundAdvice

- exception translation



DB:

EntityManager

- Transactional

JDBCTemplate

named param queriess

exceptions

dataSource

- exception translation



MQ

RabbitMQ

amqp



Configuration

- define configuration


Etc

ThreadPoolTaskExecutor = async exec

- Autowired Qualifier

- paid - overview Getting Started With Spring 5

- testing - Mockito how to do in java - Mockito baeldung crossroads - Mockito baeldung

- Good guides - crossroads

No comments: