2023-03-04 12:19:01 +00:00
|
|
|
# Common
|
|
|
|
|
|
|
|
These are packages containing the basic building blocks for running a service as well
|
|
|
|
as shared models.
|
|
|
|
|
2023-03-25 14:27:11 +00:00
|
|
|
* [db](db/) contains SQL code and some database-related utilities.
|
2023-03-04 12:19:01 +00:00
|
|
|
* [config](config/) contains some `@Inject`ables.
|
2023-03-06 17:32:13 +00:00
|
|
|
* [renderer](renderer/) contains utility code for rendering website templates.
|
2024-03-03 09:49:23 +00:00
|
|
|
* [service](service/) is the shared base classes for main methods and web services,
|
|
|
|
including a service registry interface.
|
2023-03-25 11:42:44 +00:00
|
|
|
* [process](process/) contains boiler plate for batch processes.
|