CatgirlIntelligenceAgency/code/common
2023-10-01 12:57:53 +02:00
..
config (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +02:00
db (file storage) Make it possible to override the value returned by getFileStorage(type) with a JVM property. 2023-10-01 12:57:53 +02:00
linkdb (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +02:00
model (common) Fix factual error in comments 2023-09-24 19:40:19 +02:00
process (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +02:00
renderer (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +02:00
service (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +02:00
service-client (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +02:00
service-discovery (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +02:00
readme.md Update readme.md 2023-03-25 15:27:11 +01:00

Common

These are packages containing the basic building blocks for running a service as well as shared models.

  • db contains SQL code and some database-related utilities.
  • config contains some @Injectables.
  • renderer contains utility code for rendering website templates.
  • service is the shared base classes for main methods and web services.
  • service-client is the shared base class for RPC.
  • service-discovery contains tools that lets the services find each other.
  • process contains boiler plate for batch processes.