fastify
adapter- add
files
to ApplicationSettings, removesrcDir, publicDir, logDir, configDir, dbDir
,rootDir
is not required - use
SettingOptions
inApplicationLoader
constructor - use
start()
return raw node http server - remove
@Service()
decorator - remove
@RestController()
decorator - remove
@On() @Subscriber
decorator - add
create-loon-app
script $beforeLoadRoutes
rename to$beforeLoadControllers
,$afterLoadRoutes
rename to$afterLoadControllers
- add
$onClose
lifecycle hook - add graceful shutdown by default
- add debug support
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.