Skip to content

Tags: AlessioCoser/escaping-frameworks-magics

Tags

21-FRAMEWORK

Toggle 21-FRAMEWORK's commit message

Verified

This commit was signed with the committer’s verified signature.
AlessioCoser Alessio
replace easily SpringBoot with Javalin

20-CLEANUP

Toggle 20-CLEANUP's commit message
rename AppConfig and Properties to better match the purpose

19-CONFIGURABLE-APP

Toggle 19-CONFIGURABLE-APP's commit message
use a random port

18-ROUTER-BEAN

Toggle 18-ROUTER-BEAN's commit message
move the routing to the run application context

17-APPCONFIG

Toggle 17-APPCONFIG's commit message
extract properties from AppConfig to avoid accessing the config inter…

…nalities (law of demeter)

16-PORT-CONFIG

Toggle 16-PORT-CONFIG's commit message
move the port configuration to the Main Application EntryPoint

15-COMPONENT

Toggle 15-COMPONENT's commit message
remove @component annotation from the controller

Uses the instantiated appConfig to retrieve the controller dependencies

14-SERVICE

Toggle 14-SERVICE's commit message
pass only the property needed by the service

13-RUN-APP

Toggle 13-RUN-APP's commit message
new app instance foreach test

12-HTTP-CLIENT

Toggle 12-HTTP-CLIENT's commit message
decouple test from implementation using an http client