Polish 'Improve exception message to hint that you might need a '-spring' file'

See gh-42405
This commit is contained in:
Phillip Webb
2024-09-22 20:33:41 -07:00
parent 86ce051bb5
commit 9b49e93f62
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2022 the original author or authors.
* Copyright 2012-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -30,6 +30,7 @@ import org.springframework.util.Assert;
*
* @author Ralph Goers
* @author Phillip Webb
* @author Dmytro Nosan
*/
@Plugin(name = "spring", category = StrLookup.CATEGORY)
class SpringEnvironmentLookup implements LoggerContextAware, StrLookup {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2023 the original author or authors.
* Copyright 2012-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.