Skip to content

Commit

Permalink
core/configuration review ##523
Browse files Browse the repository at this point in the history
  • Loading branch information
straumat committed Mar 10, 2024
1 parent 7e16f5c commit a80b2fc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.royllo.explorer.core.configuration;

import lombok.RequiredArgsConstructor;
import org.springframework.cache.annotation.EnableCaching;
import org.springframework.context.annotation.Configuration;

Expand All @@ -9,7 +8,6 @@
*/
@Configuration
@EnableCaching
@RequiredArgsConstructor
public class CachingConfiguration {

}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.springframework.context.support.ReloadableResourceBundleMessageSource;

/**
* Message configuration.
* Message configuration for i18n.
*/
@Configuration
public class MessageConfiguration {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@
OutgoingRateLimitsParameters.class
})
public class ParametersConfiguration {

}

0 comments on commit a80b2fc

Please sign in to comment.