Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
alaugks committed Sep 30, 2024
2 parents b4150f9 + 7b975f1 commit d588362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Example custom Spring MessageSource from database
# Example: Spring MessageSource from Database

This example shows how to use the [spring-messagesource-catalogue](https://github.com/alaugks/spring-messagesource-catalog) to implement a MessageSource from a database.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public LocaleChangeInterceptor localeChangeInterceptor() {
public void addInterceptors(InterceptorRegistry registry) {
registry.addInterceptor(localeChangeInterceptor())
.addPathPatterns("/**")
.excludePathPatterns("/static/**", "/error");
.excludePathPatterns("/error");
}
}

0 comments on commit d588362

Please sign in to comment.