We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ea618 commit de27ab4Copy full SHA for de27ab4
src/main/resources/config/service.yml
@@ -0,0 +1,12 @@
1
+# this is the default service.yml for the lambda-native.
2
+singletons:
3
+ - com.networknt.registry.URL:
4
+ - com.networknt.registry.URLImpl
5
+ - com.networknt.registry.Registry:
6
+ - com.networknt.registry.support.DirectRegistry
7
+ - com.networknt.balance.LoadBalance:
8
+ - com.networknt.balance.RoundRobinLoadBalance
9
+ - com.networknt.cluster.Cluster:
10
+ - com.networknt.cluster.LightCluster
11
+ - com.networknt.cache.CacheManager:
12
+ - com.networknt.cache.CaffeineCacheManager
0 commit comments