migrate to latest spring-boot2.6.6
- reactive cors filter: see
modules/apps/file-items-service/src/main/java/daggerok/config/CorsWebFluxConfigurer.java
- global 404 fallback: see
modules/apps/file-server/src/main/java/daggerok/web/config/FallbackConfig.java
- split architecture into micro-services
- migrate together with JPA (postgres) to nonblocking
Schedules.elastic()
- migrate REST API from spring-mvc to
spring-webflux
QueryDSL,spring-data-rest,spring-data-jpaspring-social (facebook login required for upload ability)replaced with basic spring-security for nowspring annotations ((remove in order of embedded annotations:@Get
,@Post
,@WebPage
)@GetMapping
,@PostMapping
, etc...)spring-data REST HAL browser(removed)