mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 07:32:46 +00:00
Implements GuavaCacheService as default service implementation
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
<service interface="com.l2jserver.service.configuration.ConfigurationService"
|
||||
implementation="com.l2jserver.service.configuration.XMLConfigurationService" />
|
||||
<service interface="com.l2jserver.service.cache.CacheService"
|
||||
implementation="com.l2jserver.service.cache.SoftCacheService" />
|
||||
implementation="com.l2jserver.service.cache.GuavaCacheService" />
|
||||
<service interface="com.l2jserver.service.core.logging.LoggingService"
|
||||
implementation="com.l2jserver.service.core.logging.Log4JLoggingService">
|
||||
<logger name="" level="ERROR" />
|
||||
|
||||
Reference in New Issue
Block a user