Tags: AlessioCoser/escaping-frameworks-magics
Toggle 21-FRAMEWORK's commit message
replace easily SpringBoot with Javalin
Toggle 20-CLEANUP's commit message
rename AppConfig and Properties to better match the purpose
Toggle 19-CONFIGURABLE-APP's commit message
Toggle 18-ROUTER-BEAN's commit message
move the routing to the run application context
Toggle 17-APPCONFIG's commit message
extract properties from AppConfig to avoid accessing the config inter…
…nalities (law of demeter)
Toggle 16-PORT-CONFIG's commit message
move the port configuration to the Main Application EntryPoint
Toggle 15-COMPONENT's commit message
remove @component annotation from the controller
Uses the instantiated appConfig to retrieve the controller dependencies
Toggle 14-SERVICE's commit message
pass only the property needed by the service
Toggle 13-RUN-APP's commit message
new app instance foreach test
Toggle 12-HTTP-CLIENT's commit message
decouple test from implementation using an http client
You can’t perform that action at this time.